export declare const encrypt: (key: number, str: string) => string; export declare const decrypt: (key: number, str: string) => string; //# sourceMappingURL=index.d.ts.map