/// import { Type } from '@nestjs/common'; import { SchemaObject } from '../interfaces/open-api-spec.interface'; export declare const exploreGlobalApiResponseMetadata: (schemas: Record, metatype: Type) => { responses: import("lodash").Dictionary; }; export declare const exploreApiResponseMetadata: (schemas: Record, instance: object, prototype: Type, method: Function) => import("lodash").Dictionary | { [x: number]: { description: string; }; };