import type { H3Event } from 'h3';
export declare function getSiteRobotConfig(e: H3Event): {
    indexable: boolean;
    hints: string[];
};
