import { CreateHost } from './types'; declare global { interface Window { Sentry?: any; } } export declare const createHost: CreateHost; //# sourceMappingURL=hostPlatform.d.ts.map