/** * cachly init — Set up Cachly AI Brain in any AI editor * cachly doctor — Check brain health and configuration * * cachly init → Interactive setup wizard * cachly init --editor cursor → Skip editor detection * cachly doctor → Health check */ import { Command } from 'commander'; export declare function runDoctor(cwd: string, token?: string): Promise; export declare function initCommand(): Command; export declare function doctorCommand(): Command; //# sourceMappingURL=init.d.ts.map