/** * Copyright (c) 2021 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Sukolsak Sakshuwong */ export declare function asciiWrite(data: Uint8Array, str: string): void;