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