import { SearchByPropertyQuery } from "../types/queryBuilder";
export declare function queryBuilder(query: string): SearchByPropertyQuery;
