export declare const converter: (value: string | null) => null | string | string[]; export declare const responsiveBooleanConverter: (value: boolean | boolean[] | string | null) => boolean | boolean[];