import type { DATE, SingleThreadUint8Array } from "../../../macros.mjs";
export default function encodeDate(date: DATE): SingleThreadUint8Array;
