/**
 * @typedef {import('./types').SupportsGeolocation} SupportsGeolocation
 */
export class SimulatorXcode14 extends SimulatorXcode11_4 {
}
export type SupportsGeolocation = import("./types").SupportsGeolocation;
import { SimulatorXcode11_4 } from './simulator-xcode-11.4';
//# sourceMappingURL=simulator-xcode-14.d.ts.map