import { QueryLike } from "./Query"; export declare function queryToString(queryLike: QueryLike): string;