export declare const sites: readonly ["nhentai.to", "nhentai.net", "nhentai.website"];
export declare const baseURLS: {
    readonly to: "https://nhentai.to";
    readonly net: "https://nhentai.net";
    readonly website: "https://nhentai.website";
};
export declare const imageSites: {
    readonly to: "cdn.dogehls.xyz";
    readonly net: RegExp;
    readonly website: "cdn.dogehls.xyz";
};
