import { Result, param } from "@adviser/cement"; export type MsgFn = (...keys: string[]) => string; export type KeysParam = (string | MsgFn | Record)[]; export declare function getParamsResult(keys: KeysParam, getParam: { getParam: (key: string) => string | undefined; }): Result>; //# sourceMappingURL=get-params-result.d.ts.map