interface PatchOptions { key: string; } export declare const patchMetaMask: (metamaskPath: string, options: PatchOptions) => void; export {};