import { OperationSystem } from '../OperationSystem'; export declare class Factory { create(): OperationSystem; }