import { Wallet } from '../../../shared'; export declare const isWalletLinked: (address: string | undefined, linkedWallets: Wallet[]) => boolean;