import type { components as GeneratedComponents, operations as GeneratedOperations, paths as GeneratedPaths } from "./api"; export declare namespace OpenAPI { type paths = GeneratedPaths; type components = GeneratedComponents; type operations = GeneratedOperations; type Schemas = GeneratedComponents["schemas"]; } export type { GeneratedPaths as paths }; export type { GeneratedComponents as components }; export type { GeneratedOperations as operations };