export declare const UNINITIALIZED_VALUE: unique symbol;
export type UninitializedValue = typeof UNINITIALIZED_VALUE;
