import { Cip30Wallet } from './WalletApi'; import { Logger } from 'ts-log'; export declare type WindowMaybeWithCardano = Window & { cardano?: { [k: string]: Cip30Wallet; }; }; export declare const injectGlobal: (window: WindowMaybeWithCardano, wallet: Cip30Wallet, logger: Logger, injectKey?: string) => void; //# sourceMappingURL=injectGlobal.d.ts.map