export type Hash = "SHA-1" | "SHA-256" | "SHA-384" | "SHA-512"; export declare namespace Hash { function is(value: Hash | any): value is Hash; }