/**
 * Checks if the given address is a valid address.
 *
 * @param {string} address - The address to validate.
 * @returns {boolean} Returns true if the address is valid, otherwise false.
 */
export declare const isValidAddress: (address: string) => boolean;
//# sourceMappingURL=address.d.ts.map