/**
 * Warns if addresses are not checksummed
 * @param address
 */
export declare function validateAndParseAddress(address: string): string;
