export declare class xX_Robots_Helper {
    /**
     * 配套【sitemap】，来生成Robots。
     */
    static generateRobots_forSitemap(cfg?: {
        baseDir: string;
        website: string;
    }): Promise<boolean>;
}
//# sourceMappingURL=Robots_Helper.d.ts.map