export interface AgentRulesOptions { nxCloud: boolean; useH1?: boolean; } export declare function getAgentRules(options: AgentRulesOptions): string;