export interface JsonSerialization { data: string; createDate: number; } export declare const encryptFile: (fileName: string) => void;