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