/** * Stainless API Framework Integration for SolidWorks MCP * * This demonstrates how to use Stainless to create a type-safe, * well-documented API with automatic SDK generation. */ /** * Stainless API Definition * * This creates a fully type-safe API with: * - Automatic OpenAPI spec generation * - Client SDK generation * - Built-in pagination * - Consistent error handling */ export declare const solidworksAPI: any; /** * Type-safe client usage example */ export declare function exampleUsage(): Promise; /** * Export OpenAPI spec for documentation */ export declare const openAPISpec: any; /** * Middleware for MCP integration */ export declare function createMCPHandler(): any; //# sourceMappingURL=stainless-api.d.ts.map