declare function wordsToBytes(words: number[]): number[];

export = wordsToBytes;
