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