import type { GetSnapsResponse } from './types'; export declare const getProvider: () => Promise; export declare const getWalletSnaps: () => Promise; export declare const isMetamaskInstalled: () => Promise; export declare const isSnapInstalled: (snapOrigin?: string, version?: string) => Promise; export declare const checkSnapSupport: () => Promise;