import { VuePressContext } from './interface/VuePress'; import { InternalPagination } from './interface/Pagination'; export declare function registerPaginations(paginations: InternalPagination[], ctx: VuePressContext): Promise;