export interface IWalkthrough {
    text: string;
    execAsync(): Promise<void>;
}
//# sourceMappingURL=IWalkthrough.d.ts.map