declare function strToBytes(str: string, encoding?: string): number[]; export default strToBytes;