export declare function toAscii(input: string): Uint8Array;
export declare function fromAscii(data: Uint8Array): string;