import { Container } from "./container"; export declare class Key { private readonly id; constructor(id: string); getId(): string; getValue(container: Container): T | undefined; }