export interface IEngineOptions { type: string; } export interface IEngineService { demo(): string; }