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