export interface Getter<T> {
    get(): T;
}
