import type { Injected, InjectOptions } from "./types"; export declare const REEF_EXTENSION_IDENT = "reef"; export declare const REEF_SNAP_IDENT = "reef-snap"; export declare const REEF_EASY_WALLET_IDENT = "reef-easy-wallet"; export declare const REEF_WALLET_CONNECT_IDENT = "reef-wallet-connect"; export declare const ExtensionsIdents: string[]; export declare const REEF_INJECTED_EVENT = "reef-injected"; export declare function injectExtension(enable: (origin: string) => Promise, { name, version }: InjectOptions): void; export declare function isInjected(name: string): boolean; export declare function isInjectionStarted(name: string): boolean; export declare function startInjection(name: string): void; export * from "./types";