import { PaginationOptions } from "./pagination.interfaces"; export declare const pagination: (options: PaginationOptions) => Promise;