/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export declare type SearchResultTextMatchesAsResponse = Array<{ object_url?: string; object_type?: string | null; property?: string; fragment?: string; matches?: Array<{ text?: string; indices?: Array; }>; }>; //# sourceMappingURL=SearchResultTextMatchesAsResponse.d.ts.map