import type { StrapiCommand } from '../types'; /** * `$ strapi build` */ declare const command: StrapiCommand; export { command }; //# sourceMappingURL=build.d.ts.map