import type { ContactsManager, ContactsManagerList } from '../_models'; export declare const getDeleteManagersResponseMock: () => ContactsManager[]; export declare const getListManagersResponseMock: (overrideResponse?: Partial>) => ContactsManagerList; export declare const getMergeManagersResponseMock: (overrideResponse?: Partial>) => ContactsManagerList; export declare const getResetManagersResponseMock: (overrideResponse?: Partial>) => ContactsManagerList; export declare const getDeleteManagerResponseMock: (overrideResponse?: Partial>) => ContactsManager; export declare const getLocateManagerResponseMock: (overrideResponse?: Partial>) => ContactsManager; export declare const getUpdateManager2ResponseMock: (overrideResponse?: Partial>) => ContactsManagerList; export declare const getUpdateManagerResponseMock: (overrideResponse?: Partial>) => ContactsManagerList;