export declare const containsFormatter: {
    name: string;
    read(value: string | any | any[], attr: string | number, search?: string): any;
};
