export declare const init: () => void;
export declare const wrapWithSentry: (func: Function) => () => any;
