declare const isCID: (cid: string) => boolean; declare const isPrivateKey: (key: string) => boolean; declare const addressValidator: (value: string | undefined | null) => string; export { isCID, isPrivateKey, addressValidator };