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

declare const tsonSet: TsonType<Set<unknown>, unknown[]>;

export { tsonSet };
