import { Server } from './server';
export declare class ConfiguredServer extends Server {
    constructor(options?: any);
}
