/**
 * Extract, validate and rezip contents.zip
 */
export declare const rezip: (contentsZip: Buffer) => Promise<Buffer>;
/**
 * Validate a buffer of contents.zip
 */
export declare const validateContentsZip: (contentsZip: Buffer) => Promise<any>;
