export type Ref<T extends string> = number & T;
