import type { GeneralizedTime } from "../../../macros.mjs";
export default function decodeGeneralizedTime(value: Uint8Array): GeneralizedTime;
