export declare const createSearchTerms: (rows: any[], fields: string[]) => {
    id: any;
    data: string[];
}[];
