export declare const init: () => void;
export declare const wrapWithSentry: <T extends (...args: any[]) => any>(func: T) => T;
