export declare function install(directory: string, version?: string): Promise<string>;
export declare function enableMetaMaskAutomation(metaMaskPath: string): Promise<void>;
