declare const PERA_WALLET_APP_DEEP_LINK: string; declare const PERA_DOWNLOAD_URL = "https://perawallet.app/download/"; export interface PeraWebWalletURLs { ROOT: string; CONNECT: string; TRANSACTION_SIGN: string; } declare function getPeraWebWalletURL(webWalletURL: string): PeraWebWalletURLs; export { PERA_WALLET_APP_DEEP_LINK, getPeraWebWalletURL, PERA_DOWNLOAD_URL };