import type { Config } from '@sssx/config'; import type { Options } from './options.js'; export declare const robots: (options: Options, config: Config, sitemaps: string[]) => void; //# sourceMappingURL=robots.d.ts.map