import { AsyncAPIDocumentInterface } from '@asyncapi/parser'; import { ProcessedHeadersData } from '../../../generators/typescript/headers'; export declare function processAsyncAPIHeaders(asyncapiDocument: AsyncAPIDocumentInterface): ProcessedHeadersData;