import { Agent } from '@d-id/client-sdk'; export declare function initSentry(agentId: string, monitor?: boolean): { populateWithAgent: (agent: Agent) => void; onErrorSendAlert: (message: string, errorData: any) => void; } | undefined;