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

declare const tsonSymbol: <T extends symbol>(symbol: T) => TsonType<T, string>;

export { tsonSymbol };
