/** * Converts various input formats to Uint8Array * @throws {Error} If the input format is invalid or conversion fails */ export declare const convertToBytes: (input: string | undefined, type: "hex" | "base58" | "base64" | "decimal" | "utf8") => Uint8Array; //# sourceMappingURL=convertToBytes.d.ts.map