import { Type } from '@nestjs/common'; import { PaginateConfig } from '../paginate'; export declare function PaginatedSwaggerDocs>(dto: DTO, paginatedConfig: PaginateConfig): (target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;