import { TccSingleton } from '../../../core/models/tcc-singleton.model';
export declare class TccTutorialService implements TccSingleton {
    tutorialMode: boolean;
    constructor();
    init(): void;
    reset(): void;
}
