export declare const encodeStr: (str: string) => string; export declare const decodeStr: (str: string) => string; //# sourceMappingURL=encrypt.d.ts.map