declare const _default: { encrypt: (word: string) => any; decrypt: (word: string) => any; }; export default _default;