import { OpenAPI2, OpenAPI2Api, OpenAPI3 } from './types';
export interface FoundApi {
    path: string;
    method: string;
    api: OpenAPI2Api;
}
export declare function findApisByTag(schema: OpenAPI2 | OpenAPI3, tag: string): FoundApi[];
//# sourceMappingURL=utils.d.ts.map