import { ShepherdService } from 'angular-shepherd'; export declare class TutorialsService { private readonly _shepherdService; constructor(_shepherdService: ShepherdService); startTour(): void; addSteps(steps: any): void; isModal(modal: boolean): void; optionsTour(options: any): void; completeTour(): Promise; skippedTour(): Promise; }