import { ColumnDefinition, MultiValueOption, SingleValueOption } from "./types"; export declare function formatColumnOptions(col: T, newOptions: T extends { type: "categoryOptions"; } ? MultiValueOption[] : T extends { type: "stringOptions" | "arrayOptions"; } ? SingleValueOption[] : T extends { type: "numberObject" | "stringObject"; } ? string[] : never): T; //# sourceMappingURL=typeHelpers.d.ts.map