import type { StandardSchemaV1 } from "@tsimpl/validation"; import type { StructToken } from "../types/struct-descriptor.js"; export declare function createStructToken(name: string, schema: StandardSchemaV1): StructToken;