import type { HushContext, InitOptions } from '../types.js'; export declare function initCommand(ctx: HushContext, options: InitOptions): Promise; //# sourceMappingURL=init.d.ts.map