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