import { GlideOAuthToken } from "./GlideOAuthToken.js"; export declare class GlideOAuthClientResponse { constructor(); getBody(): string; getContentType(): string; getErrorMessage(): string; getResponseCode(): number; getResponseParameters(): Record; getToken(): GlideOAuthToken; getparameters(): number; } //# sourceMappingURL=GlideOAuthClientResponse.d.ts.map