import { TimesheetApiError } from './TimesheetApiError';
export declare class TimesheetRateLimitError extends TimesheetApiError {
    readonly retryAfter?: string;
    constructor(message: string, retryAfter?: string);
    getRetryAfterDate(): Date | null;
}
//# sourceMappingURL=TimesheetRateLimitError.d.ts.map