import { Type } from '@nestjs/common'; import { SchemaObject } from '@nestjs/swagger/dist/interfaces/open-api-spec.interface'; export declare const exploreAsyncapiOperationMetadata: (schemas: SchemaObject[], _schemaRefsStack: [], instance: object, prototype: Type, method: object) => {}; export declare const exploreAsyncapiPubMetadata: (_instance: object, _prototype: Type, method: object) => any; export declare const exploreAsyncapiSubMetadata: (_instance: object, _prototype: Type, method: object) => any;