export interface Example { command: string; description: string; } export declare const examples: Record<string, Example[]>;