import { ConfigKey } from './Config'; export declare type LogLevel = 'verbose' | 'debug' | 'info' | 'warning' | 'error' | 'off'; export declare type BuildEnvironment = 'browser' | 'node' | 'react-native'; export declare type EvmAddressFormat = 'lowercase' | 'checksum'; export declare type EvmChainIdFormat = 'hex' | 'decimal'; export declare type EvmConnector = string; export declare type Network = 'Evm' | 'Solana'; export declare const CoreConfig: { logLevel: ConfigKey; buidEnvironment: ConfigKey; defaultNetwork: ConfigKey; product: ConfigKey; }; //# sourceMappingURL=CoreConfig.d.ts.map