import type { FtsSearchResponse } from '../_models'; export declare const getSearchResponseMock: (overrideResponse?: Partial>) => FtsSearchResponse;