import { Type } from '@nestjs/common';
export declare function ApiDefaultGetter(type: Type<unknown> | Function, parameter: string): MethodDecorator;
