import { type BitflowSDKConfig } from './types'; export declare const DEFAULT_CONFIG: { readonly BITFLOW_API_HOST: "https://bitflowsdk-api-test-7owjsmt8.uk.gateway.dev"; readonly READONLY_CALL_API_HOST: "https://node.bitflowapis.finance"; readonly KEEPER_API_HOST: "https://bitflow-keeper-test-7owjsmt8.uc.gateway.dev"; }; export declare const configs: BitflowSDKConfig;