export interface RestClientOptions {
    strict_param_validation?: boolean;
    baseUrl?: string;
    parse_exceptions?: boolean;
}
