export declare type Network = "mainnet" | "testnet"; export declare function changeFCLEnvironment(input: Network): void; export declare function setupMainnet(): void; export declare function setupTestnet(): void;