/** True when `address` is a path-safe wallet (`0x` + hex). Trims + lowercases before testing. */ export declare function isWalletAddress(address: string): boolean; //# sourceMappingURL=wallet-address.d.ts.map