import { type Container } from '@tinkoff/dippy'; import type { Contract } from '@tramvai/tokens-child-app'; import type { ChildAppDiManager } from './contractManager.base'; import { BaseChildAppContractManager } from './contractManager.base'; export declare class ChildAppContractManager extends BaseChildAppContractManager { registerContract(childDi: Container, contract: Contract): void; getRequestHostDi(): Container | null; getRequestChildDiManager(): ChildAppDiManager | null; } //# sourceMappingURL=contractManager.browser.d.ts.map