export declare function pickRecord(data: Record<string, any>, keys: string[]): Record<string, any>;
