/**
 * @name index.ts
 * @description index
 */
import { buildManifest } from './build-manifest';
export { buildManifest };
