import { Command } from "clipanion"; export declare class InitCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; execute(): Promise<0 | 1>; } //# sourceMappingURL=init.d.ts.map