import { DefaultParams } from '../types/default-params.type'; export interface IProvideParams { getParams(): DefaultParams; }