import { Column } from '../types'; type ColumnData = { key: string; original: Partial>; }; export declare const keyColumn: , K extends keyof T = keyof T, PasteValue = string>(key: K, column: Partial>) => Partial>; export {}; //# sourceMappingURL=keyColumn.d.ts.map