import type { Client } from '@sentry/core'; /** * Checks if the provided Sentry client has hooks implemented. * @param client The Sentry client object to check. * @returns True if the client has hooks, false otherwise. */ export declare function hasHooks(client: Client): client is Client & { on: Required['on']; }; //# sourceMappingURL=clientutils.d.ts.map