/** * ghls init — one-time setup for a repository. * Beautiful guided setup flow using @clack/prompts. */ import type { Command } from 'commander'; export declare function registerInit(program: Command): void; //# sourceMappingURL=init.d.ts.map