interface CopyDebugBundleToSimulatorSliceOptions { productsPath: string; configuration: string; frameworkName: string; } export declare function copyDebugBundleToSimulatorSlice({ productsPath, configuration, frameworkName, }: CopyDebugBundleToSimulatorSliceOptions): void; export {}; //# sourceMappingURL=copyDebugBundleToSimulatorSlice.d.ts.map