export class ServerConfiguration {
    constructor(url: any, variableConfiguration: any);
    url: any;
    variableConfiguration: any;
    setVariables(variableConfiguration: any): void;
    getConfiguration(): any;
    getUrl(): any;
    makeRequestContext(endpoint: any, httpMethod: any): RequestContext;
}
export const server1: ServerConfiguration;
export const servers: ServerConfiguration[];
import { RequestContext } from "./http/http";
//# sourceMappingURL=servers.d.ts.map