export declare const commaSeparatedConverter: { fromAttribute: (value: string | null) => string[] | undefined; toAttribute: (value: string[] | undefined) => string | undefined; };