export declare function WikiPedia(Title: string): Promise<{
    wiki: string;
    thumb: string;
    title: string;
}>;
export declare function WikiMedia(Title: string): Promise<{
    title: string | undefined;
    source: string | undefined;
    image: string | undefined;
}[]>;
//# sourceMappingURL=wiki_SC.d.ts.map