import type { ContactsLabelList, ContactsLabelTags } from '../_models'; export declare const getGetLabelsResponseMock: (overrideResponse?: Partial>) => ContactsLabelTags; export declare const getDeleteLabelsResponseMock: (overrideResponse?: Partial>) => ContactsLabelList; export declare const getListLabelsResponseMock: (overrideResponse?: Partial>) => ContactsLabelList; export declare const getMergeLabelsResponseMock: (overrideResponse?: Partial>) => ContactsLabelList; export declare const getResetLabelsResponseMock: (overrideResponse?: Partial>) => ContactsLabelList;