/**
 * Create a zipped contents
 */
export declare const createContentsZip: (pluginDir: string, manifest: any) => Promise<Buffer>;
