import { type InitLocalProjectInput } from "./index"; import type { ProtectedActionRecoveryGuidance } from "../../surfaces/protected-action-recovery-guidance"; export declare function initCommand(input: InitLocalProjectInput): Promise>; export declare function doctorCommand(input: { cwd: string; recoveryGuidance?: ProtectedActionRecoveryGuidance; }): Promise>;