import { TimesheetApiError } from './TimesheetApiError';
export declare class TimesheetAuthError extends TimesheetApiError {
    constructor(message: string, statusCode?: number, responseBody?: string);
}
//# sourceMappingURL=TimesheetAuthError.d.ts.map