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