/** * Handler for /novel init command */ import type { ParsedArgs, CommandContext } from '../types.js'; export declare function handleInit(args: ParsedArgs, context: CommandContext): Promise; //# sourceMappingURL=init-handler.d.ts.map