type Skill = { command: string; description: string; }; export declare const skillsDescription = "The CLI provides product documentation and agent workflows via the `npx checkly skills` command.\n"; export declare const skills: Array; export {};