import type { AnyRecord, ConvertValuesToArrays } from '../types'; export declare function convertPropertyToArray(value: T | undefined): T[]; export declare function convertPropertiesToArrays(config: T): ConvertValuesToArrays; export declare function kebabizeCamelCase(property: T): string; export declare function camelizeKebabCase(property: T): string; //# sourceMappingURL=conversions.d.ts.map