import { ContainerState, ContainerStates } from './window/types/liveshare/container-state.js'; import { FluidContainer } from './window/types/liveshare/fluid-container.js'; import { NtpTime } from './window/types/liveshare/ntp-time.js'; import { FluidTenant } from './window/types/liveshare/fluid-tenant.js'; import { ClientInfo } from './window/types/liveshare/client.js'; declare const index_ClientInfo: typeof ClientInfo; declare const index_ContainerState: typeof ContainerState; declare const index_ContainerStates: typeof ContainerStates; declare const index_FluidContainer: typeof FluidContainer; declare const index_FluidTenant: typeof FluidTenant; declare const index_NtpTime: typeof NtpTime; declare namespace index { export { index_ClientInfo as ClientInfo, index_ContainerState as ContainerState, index_ContainerStates as ContainerStates, index_FluidContainer as FluidContainer, index_FluidTenant as FluidTenant, index_NtpTime as NtpTime }; } export { index as i };