import { ReturnType } from './options';
export default function robotsParser(returnType: `${ReturnType}`, filePath: string): Promise<unknown>;
