declare const Defaults: {
    reportsAPI: {
        baseUrl: string;
        weeklyReportUrl: string;
        detailsReportUrl: string;
        summaryReportUrl: string;
    };
    baseTogglUrl: string;
    headers: {
        'Content-Type': string;
    };
};
export { Defaults };
