import { Buffer } from "node:buffer"; export declare function toArrayBuffer(buffer: Buffer | string): Uint8Array;