declare type Ethereum = any; export declare function getEthereum(): Ethereum; export declare function fetchEthereum(): Promise; export declare function getVendor(ethereum: Ethereum): string | undefined; export {}; //# sourceMappingURL=builtin.d.ts.map