/**
 * API object to create manifest file.
 *
 * @constructor
 */
declare const manifestCreate: (org: any, beforeManifestGenerationHook?: any) => void;
export = manifestCreate;
