import type { ICrypto } from '../../interfaces'; export declare function configHash(values: unknown[], crypto: ICrypto): string;