/** * Determines if the given number is an ASCII byte. * * @param byte - a byte */ export declare function isASCIIByte(byte: number): boolean;