import type { WikiPage } from "../meta/types"; declare class Wiki { private URL; private searchOptions; private commonPageAPIOptions; fetchPage(pageID: number): Promise; random(amount?: number): Promise; search(query: string): Promise; private parseRawPage; fetchAPI(query: any): Promise; } declare const _default: Wiki; export default _default; //# sourceMappingURL=Wiki.d.ts.map