import type { StandardTypedV1, StandardSchemaV1, StandardJSONSchemaV1 } from "@standard-schema/spec" export type { StandardTypedV1 as Typed } export type { StandardSchemaV1 as Schema } export type { StandardJSONSchemaV1 as JsonSchema } export type InferInput = StandardTypedV1.InferInput export type InferOutput = StandardTypedV1.InferOutput