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

export = strToBytes;
