import type { AsyncSsrManagerV1 } from '..'; import type { AsyncSsrManagerContext } from './async-ssr-manager-context'; export declare class AsyncSsrManager implements AsyncSsrManagerV1 { private readonly context; private readonly timeout?; private readonly asyncOperationsStorage; constructor(context: AsyncSsrManagerContext, timeout?: number | undefined); renderUntilCompleted(render: () => Promise | string): Promise; scheduleRerender(asyncOperation?: Promise): void; private renderingLoop; } //# sourceMappingURL=async-ssr-manager.d.ts.map