type FormatType = ((dayjs: any) => string) | string;
export declare function dateArrayFormatter(value: any[], format: FormatType | FormatType[] | {
    format: string;
    type?: 'mask';
}): string;
export {};
