import type { OpenAPIV3 } from 'openapi-types'; export declare const createPaginatedDocumentSchema: (schemaName: string, title: string) => OpenAPIV3.SchemaObject;