import { RobotsPolicy } from "../types";
export declare function getRobotsText(policies: RobotsPolicy[]): string;
