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