import { ServerType } from '../types'; export declare class ServerTypeError extends Error { constructor(validOptions?: ServerType[]); }