import { Ethereum } from "../injected/types"; declare global { interface Window { rabby?: Ethereum; } } /** * @internal */ export declare function getInjectedRabbyProvider(): Ethereum | undefined; //# sourceMappingURL=getInjectedRabbyProvider.d.ts.map