/** * Validate the address * @param address - the address to validate * @returns true if the address is valid, false otherwise */ export declare const parseAddress: (address: string) => boolean; //# sourceMappingURL=parseAddress.d.ts.map