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