import { Type } from '@nestjs/common'; export declare const ApiPaginatedResponse: >(model: TModel) => (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;