export declare const splitString: (text: string, maxLineLength?: number) => string[]; export declare const toHex: (buffer: ArrayBuffer) => string;