export declare class BuiltInServers {
    static Express: any;
    static Socket: {
        name: string;
        path: string;
    };
}
