import { type Integration } from '@sentry/core'; import type { CapacitorOptions } from '../options'; /** * Returns the default Capacitor integrations based on the current environment. */ export declare function getDefaultIntegrations(options: CapacitorOptions): Integration[]; //# sourceMappingURL=default.d.ts.map