import type { ContactsGetTimelineCounterResponse, ContactsGetTimelineResponse } from '../_models'; export declare const getGetTimelineTimelineResponseMock: (overrideResponse?: Partial>) => ContactsGetTimelineResponse; export declare const getGetTimelineCounterTimelineResponseMock: (overrideResponse?: Partial>) => ContactsGetTimelineCounterResponse;