import init from './commands/init/initCompat'; declare function run(): Promise; declare const bin: string; export { run, init, bin }; //# sourceMappingURL=index.d.ts.map