type DataSet = Record<string, string | undefined>;
export declare function toDataSet(record?: DataSet): DataSet;
export {};
