export interface ISearchableIntegration { searchAsync(query: string): Promise; }