/**
 * Organizational helper to mark a place where to really use `unknown`
 *
 * @private within the repository
 */
export type really_unknown = unknown;
