importtype { U8aLike } from'../types.js';
/**
* @nameisAscii
* @summary Tests if the input is printable ASCII
* @description
* Checks to see if the input string or Uint8Array is printable ASCII, 32-127 + formatters
*/exportdeclarefunctionisAscii(value?: U8aLike | null): boolean;