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