export interface DemoStep { id: string; title: string; description: string[]; command?: string; hasAction?: boolean; skipPostWait?: boolean; } export declare const DEMO_STEPS: DemoStep[]; //# sourceMappingURL=steps.d.ts.map