8 lines
307 B
TypeScript
8 lines
307 B
TypeScript
|
import { WordlistOwl } from "./wordlist-owl.js";
|
||
|
export declare class WordlistOwlA extends WordlistOwl {
|
||
|
#private;
|
||
|
constructor(locale: string, data: string, accent: string, checksum: string);
|
||
|
get _accent(): string;
|
||
|
_decodeWords(): Array<string>;
|
||
|
}
|
||
|
//# sourceMappingURL=wordlist-owla.d.ts.map
|