export interface ConstantInitializer<T> {
    (): T;
}
