export declare class NoValueContainer {
    private constructor();
    static create(): NoValueContainer;
    static is(value: unknown): boolean;
}
