import type { Type } from '@nestjs/common'; export declare function ApiPageResponse(options: { type: T; description?: string; }): MethodDecorator;