/**
 * Legacy client export - maintained for backward compatibility
 * All new functionality is implemented in the client/ module
 */
export { ReforgeClient } from './client/reforge-client';
import { ReforgeClient } from './client/reforge-client';
export declare const ReforgeSDK: typeof ReforgeClient;
//# sourceMappingURL=client.d.ts.map