export interface RestClientConfigInput { apiBaseUrl?: string; useVueLogger?: boolean; } export interface RestClientConfig extends RestClientConfigInput { apiBaseUrl: string; useVueLogger: boolean; } export declare const DEFAULT_REST_CLIENT_CONFIG: { apiBaseUrl: string; useVueLogger: boolean; }; //# sourceMappingURL=config.d.ts.map