import Application from '../application';
export declare type ObjectType<T> = {
    new (app: Application, opts?: any): T;
};
