export declare const getRequiredValueByKey: (key: KEY, map: Record) => VALUE; export declare const getValueByKey: (key: KEY, map: { [key: string]: VALUE; }, defaultValue: VALUE) => VALUE; //# sourceMappingURL=getValueByKey.d.ts.map