declare class ServerAdapterNotInitialized extends Error {
    constructor(serverName: string);
}

export { ServerAdapterNotInitialized };
