import { Wallet } from "../../Wallet"; export interface CLVWalletOptions { projectId: string; } declare global { interface Window { clover: any; } } export declare const clvWallet: ({ projectId }: CLVWalletOptions) => Wallet;