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