import { Formats } from './@types/Formats';
export declare const BASE_URL = "https://ccp.netcup.net/run/webservice/servers/endpoint.php";
export declare const defaultFormat = Formats.JSON;
export declare const NOT_INITIALIZED_ERROR = "Not initialized. Call init() first.";
export declare const INVALID_FORMAT_ERROR: string;
