/**
 * Organizational helper to better mark the place is used as but should not be
 *
 * @private within the repository
 */
export type TODO_remove_as<T> = T;
