/** * Gas-Free Client - Public Exports * @module features/gas-free/client */ export type { IServiceClient, ServiceClientConfig } from './IServiceClient'; export { DEFAULT_SERVICE_CLIENT_CONFIG, validateServiceClientConfig, mergeServiceClientConfig, } from './IServiceClient'; export { ServiceClient, createServiceClient } from './ServiceClient';