import type { CommandModule } from 'yargs'; interface LearnArgs { incident?: string; rules?: string; postmortem?: string; force?: boolean; } export declare const learnCommand: CommandModule, LearnArgs>; export {};