import { type KubunID } from './base.js'; export declare function decodeID(input: string | Uint8Array): KubunID;