export declare const isWalletInstalledAsync: (id: string) => Promise<boolean>;
