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

declare const tsonUndefined: TsonType<undefined, 0>;

export { tsonUndefined };
