declare function toBase64(buffer: Array<number>): string;
export { toBase64 };
