import strapiFactory from './Strapi';
export type * from '@strapi/types';
export type { StrapiCommand, CLIContext } from './commands/types';
export * as factories from './factories';
export default strapiFactory;
//# sourceMappingURL=index.d.ts.map