export declare function createObjectFromKeys(keys: string | string[], value: any): Record<string, any>;
