/**
 * @name createManifestFile
 * @description create manifest file
 */
declare const createManifestFile: (config: any) => string;
export { createManifestFile };
