export declare class AnthropicToONNXProxy { private app; private onnxProvider; private port; private server; constructor(config?: { port?: number; modelPath?: string; executionProviders?: string[]; }); private setupMiddleware; private setupRoutes; start(): Promise; stop(): Promise; dispose(): Promise; } //# sourceMappingURL=anthropic-to-onnx.d.ts.map