import { KeyFormat } from "../types"; export declare const defaultKeyGen: (record: Record, keyField: string, keyFormat: KeyFormat) => string;