type AnyRecord = Record; export default function moduleExtendParams(params: AnyRecord, allModulesParams: AnyRecord): (obj?: AnyRecord) => void; export {};