declare const addBreadcrumb: (message: string) => Promise<boolean>;
export { addBreadcrumb };
