import type { LinkupSearchResponse as LinkupSearchResponseType, SearchParams } from 'linkup-sdk'; /** @public */ export type LinkupSearchConfig = Pick & { apiKey?: string; }; /** @public */ export type LinkupSearchResponse = LinkupSearchResponseType<'searchResults'>; //# sourceMappingURL=types.d.ts.map