export declare const splitSearch: (str: string) => {
    labels: string;
    terms: string;
} & {
    terms: string;
    labels: any;
};
