import { ApiResponseOptions } from '@nestjs/swagger'; export declare function ApiPaginatedResponse any>(entityClass: T, options?: Omit): MethodDecorator;