import { TsonType } from '../syncTypes.mjs';

declare const tsonUndefined: TsonType<undefined, 0>;

export { tsonUndefined };
