export declare function findPackageJson(): string;
export declare function getPackageInfo(): {
    name: string;
    version: string;
};
export declare const PROXY_NAME: string;
export declare const PROXY_VERSION: string;
export declare const USER_AGENT: string;
export declare const MCP_PROTOCOL_VERSION = "2025-03-26";
//# sourceMappingURL=constants.d.ts.map