import type { TransformerGen } from "./types.js";
export declare const date: TransformerGen<Date>;
