export type TRobotsConfig = { ignoreWholeSiteDirectives: boolean; }; export declare function isTRobotsConfig(test: unknown): test is TRobotsConfig;