import { Key } from './types'; export declare function create(keys: K[], value: V): Record; export declare function create(keys: K[], value?: undefined): Record; //# sourceMappingURL=create.d.ts.map