export declare const overlapsFormatter: {
    name: string;
    read(value: any[], search: any[]): boolean;
};
