import { Domain } from '@things-factory/shell'; import { User, Role } from '@things-factory/auth-base'; import { Tutorial } from '.'; export declare class TutorialRole { id: string; domain: Domain; name: string; role: Role; tutorial: Tutorial; createdAt: Date; updatedAt: Date; creator: User; updater: User; }