export declare function getNetwork(): Promise; export declare function switchNetwork(network: Network): Promise; export declare function getEnv(key: string): Promise; export declare function setEnv(key: string, value: string): Promise; export declare enum Network { bitcoin = "bitcoin", testnet = "testnet", signet = "signet", regtest = "regtest" } export declare const DISABLE_LN: string | boolean; export declare const LNDHUBX = false; export declare const CARBONADO = false; export declare const BITMASK = false; export declare const STATUS: { LNDHUBX: boolean; CARBONADO: boolean; BITMASK: boolean; }; export declare function init(networkOverride?: string): Promise; //# sourceMappingURL=constants.d.ts.map