export type DecryptFn = (value: string) => string; export type EncryptFn = (value: string) => string;