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