export declare type RestClientConfig = {
    timeout?: number;
    queryParams?: Record<string, string | number>;
};
