import { StructSchema, OptionalUndefined, StructCaster } from '../engine/types'; export declare const struct: (schema: StructSchema, typeName?: string) => StructCaster>;