/** * Init command - create a configuration file */ export declare const initCommand: import("cli-forge").CLI<{ unmatched: string[]; '--'?: string[]; } & { format: "ts" | "json"; } & { output?: string | undefined; } & { force: boolean; }, Promise, {}, undefined>; //# sourceMappingURL=init.d.ts.map