importtype { InsightsClient } from'./types';
/**
* Determines if a given insights `client` supports the optional call to `init`
* and the ability to set credentials via extra parameters when sending events.
*/exportdeclarefunctionisModernInsightsClient(client: InsightsClient): boolean;