export declare const getWordListGb: () => Promise<string[]>;
export declare const getWordListUs: () => Promise<string[]>;
