import { Comun } from './comun';
export declare class ZipSerializer extends Comun {
    contentFile: string;
}
