import type { H3Event } from 'h3';
export declare function getPathRobotConfig(e: H3Event, options: any): {
    indexable: boolean;
    rule: string;
};
