import { Number, type Parsed, String, Tuple } from 'runtypes'; // This file is generated by runtyping (https://github.com/johngeorgewright/runtyping). // Manual changes might be lost - proceed with caution! export const A = Tuple(Number, String, Number,); export type A = Parsed; export const B = Tuple(A, A,); export type B = Parsed; export const C = Tuple(); export type C = Parsed;