import type { AnyOas3Definition, JoinDocumentContext } from '../types.js';
export declare function collectWebhooks({ joinedDef, withoutXTagGroups, openapi, context, }: {
    joinedDef: any;
    withoutXTagGroups: boolean | undefined;
    openapi: AnyOas3Definition;
    context: JoinDocumentContext;
}): void;
//# sourceMappingURL=collect-webhooks.d.ts.map