import { createStrapi } from './create-strapi';
import type { Scope } from './types';
declare function run(args: string[]): Promise<void>;
export { run, createStrapi };
export type { Scope };
//# sourceMappingURL=index.d.ts.map