export declare function setupMetaMaskWallet(seed: string): Promise<void>;
export declare function enableMetaMaskAutomation(metaMaskPath: string): Promise<void>;
