import type { Integration } from '@sentry/core'; /** * Create Capacitor default rewrite frames integration * which appends app:// to the beginning of the filename * and removes the local server url prefixes. */ export declare const capacitorRewriteFramesIntegration: () => Integration; //# sourceMappingURL=rewriteframes.d.ts.map