export declare const getWallets: ({}: {
    appName?: string;
    shimDisconnect?: boolean;
}) => import("./wallet").WalletProps[];
