import * as t from 'io-ts'; export { isValidUrl, URL_REGEX } from '@celo/base/lib/io'; export declare const UrlType: t.Type; export declare const JSONStringType: t.Type; export declare const AddressType: t.Type; export declare const PublicKeyType: t.Type; export declare const SignatureType: t.StringC; export declare const SaltType: t.StringC; export type Signature = t.TypeOf; export type Address = t.TypeOf;