import type { ServiceScope } from '@microsoft/sp-core-library'; import type { IPreloadedData } from '../../interfaces/IPreloadedData'; export declare function startApplication(preloadedData: IPreloadedData, serviceScope: ServiceScope): Promise; //# sourceMappingURL=platformLoader.d.ts.map