import { VeiloRelayerClient } from "./client.js"; import type { InternalRelayerClientOptions } from "./internal-config.js"; /** @internal Shared stateless production client for public SDK helpers. */ export declare function getInternalRelayerClient(): VeiloRelayerClient; /** @internal Auth state is isolated per call to avoid cross-user token leaks. */ export declare function createInternalRelayerClient(options?: InternalRelayerClientOptions): VeiloRelayerClient;