import type { ApiDeleteOAuthServiceResponse, ApiOAuthService, ApiSearchOAuthServiceResponse } from '../_models'; export declare const getDeleteOAuthServiceResponseMock: () => ApiDeleteOAuthServiceResponse; export declare const getSearchOAuthServiceResponseMock: (overrideResponse?: Partial>) => ApiSearchOAuthServiceResponse; export declare const getCreateOAuthServiceResponseMock: (overrideResponse?: Partial>) => ApiOAuthService; export declare const getDeleteOAuthService2ResponseMock: () => ApiDeleteOAuthServiceResponse; export declare const getLocateOAuthServiceResponseMock: (overrideResponse?: Partial>) => ApiOAuthService; export declare const getUpdateOAuthService2ResponseMock: (overrideResponse?: Partial>) => ApiOAuthService; export declare const getUpdateOAuthServiceResponseMock: (overrideResponse?: Partial>) => ApiOAuthService;