import type { ProxyConfig } from "./types.js";
export { getProxyConfig } from "./config.js";
export { PROXY_NAME, PROXY_VERSION } from "./constants.js";
export { startStdioServer } from "./stdio-server.js";
export type { ProxyConfig } from "./types.js";
export declare function startProxy(config: ProxyConfig): Promise<() => void>;
export declare function main(): Promise<() => void>;
//# sourceMappingURL=index.d.ts.map