export declare const SUPPORTED_ALGORITHMS: readonly ["SHA-1", "SHA-256", "SHA-512"]; export type SupportedAlgorithmsType = (typeof SUPPORTED_ALGORITHMS)[number];