import { IParams } from './param.interface'; declare const getParams: (obj: Object) => IParams[]; export { getParams }; export default getParams;