import type { SingleThreadUint8Array, TIME } from "../../../macros.mjs";
export default function encodeTime(value: TIME): SingleThreadUint8Array;
