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

declare const tsonDate: TsonType<Date, string>;

export { tsonDate };
