import { EncryptedData } from "./encryption-data";
export declare class Encryption {
    EncryptedData: EncryptedData[];
    ZipPath: string | undefined;
}
