import { z } from 'zod'; import { PathItem } from './path-item.js'; export declare const Paths: import("../../../utils.js").ExtensibleRecord>; export type Paths = z.infer; //# sourceMappingURL=paths.d.ts.map