/**
 * exported function that get the path of the entity we want to paginate over
 * @param queryDefinition {Object || String} a query definition as a string or a document
 */
export declare const getPaginationPath: (queryDefinition: any) => any;
