import { Integration } from '@sentry/types'; /** Default Breadcrumbs instrumentations */ export declare class Cordova implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ setupOnce(): void; } //# sourceMappingURL=cordova.d.ts.map