export interface Registry<T> {
    toArray(): T[];
}
