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

declare const tsonRegExp: TsonType<RegExp, string>;

export { tsonRegExp };
