import { AsyncAPIDocumentInterface, TagInterface } from '@asyncapi/parser'; export declare class SpecificationHelpers { static retrieveParsedSpec(schema: unknown): AsyncAPIDocumentInterface | undefined; static containTags(schema: any, tags: TagInterface | TagInterface[]): boolean; static operationsTags(spec: AsyncAPIDocumentInterface): TagInterface[]; static serversTags(spec: AsyncAPIDocumentInterface): Record; } //# sourceMappingURL=specification.d.ts.map