declare const _default: {
    encrypt: (value: string) => string | null;
    decrypt: (encryptedValue: string) => string | null;
};
export default _default;
//# sourceMappingURL=encryption.d.ts.map