import { PaginateQuery } from './paginate.query'; export declare const buildQuery: (paginationQuery: PaginateQuery) => string;