import type { makeFetchTransport } from '@sentry/browser'; import type { CapacitorOptions } from '../options'; type BrowserTransportOptions = Parameters[0]; type TransportFactory = (transportOptions: BrowserTransportOptions) => ReturnType; /** * Restores the non-native options to the original values. * @param options - The options to restore. * @param customTransport - The custom transport to use. */ export declare function RestoreNonNativeOptions(options: CapacitorOptions, customTransport?: TransportFactory | undefined): void; export {}; //# sourceMappingURL=optionsUtils.d.ts.map