import { Ethereum } from "../injected/types"; declare global { interface Window { $onekey?: { ethereum: Ethereum; }; } } export declare function getInjectedOneKeyProvider(): Ethereum | undefined; //# sourceMappingURL=getInjectedOneKeyProvider.d.ts.map