import { FieldValidateConfig } from '../interfaces.js'; export interface IsHashArgs { algo: string; } export type HashConfigAlgorithms = 'md4' | 'md5' | 'sha1' | 'sha256' | 'sha384' | 'sha512' | 'ripemd128' | 'ripemd160' | 'tiger128' | 'tiger160' | 'tiger192' | 'crc32' | 'crc32b'; export declare const isHashConfig: FieldValidateConfig; //# sourceMappingURL=isHash.d.ts.map