import { AWCStreamChannel, ArchethicWalletClient } from "./wallet_rpc.js"; declare global { const archethic: { streamChannel: AWCStreamChannel | undefined; awc: ArchethicWalletClient | undefined; } | undefined; } export declare class AWCWebBrowserExtension { static get awc(): ArchethicWalletClient | undefined; }