import { Container, ContainerValue } from "../../container/index.js"; export declare class TestContainer { readonly container: Container; temp: Container; tempValues: ContainerValue[]; constructor(container: Container); shouldProvide(...args: ContainerValue[]): void; revert(): void; }