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