import { SentryHub } from './types';
export declare function initSentry(sentry?: boolean): SentryHub;
