declare class CFSentryImpl { SetupSentry(environment: String): void; CaptureError(api: String, message: String): void; } declare const CFSentry: CFSentryImpl; export default CFSentry;