import { Rootfile } from "./container-rootfile";
export declare class Container {
    Rootfile: Rootfile[];
    ZipPath: string | undefined;
}
