import { UTCTime } from "../../../macros.mjs";
export default function decodeUTCTime(value: Uint8Array): UTCTime;
