import type { ChainVM } from '@relayprotocol/relay-sdk'; export declare const generateQrWalletDeeplink: (vm?: ChainVM, amount?: string, tokenAddress?: string, toAddress?: string, chainId?: number) => string | undefined; //# sourceMappingURL=qrcode.d.ts.map