import type { StorageCognitiveProfile, StorageListCognitiveProfile, StorageListCognitiveProfileVoices } from '../_models'; export declare const getSearchCognitiveProfileResponseMock: (overrideResponse?: Partial>) => StorageListCognitiveProfile; export declare const getCreateCognitiveProfileResponseMock: (overrideResponse?: Partial>) => StorageCognitiveProfile; export declare const getDeleteCognitiveProfileResponseMock: (overrideResponse?: Partial>) => StorageCognitiveProfile; export declare const getReadCognitiveProfileResponseMock: (overrideResponse?: Partial>) => StorageCognitiveProfile; export declare const getPatchCognitiveProfileResponseMock: (overrideResponse?: Partial>) => StorageCognitiveProfile; export declare const getUpdateCognitiveProfileResponseMock: (overrideResponse?: Partial>) => StorageCognitiveProfile; export declare const getSearchCognitiveProfileVoicesResponseMock: (overrideResponse?: Partial>) => StorageListCognitiveProfileVoices;