export declare function toAscii(buf: Uint8Array, start?: number, end?: number): string; export declare function fromAscii(str: string): Uint8Array;