export declare type Rule = { rule: string; path: string; }; export declare type Group = { agents: string[]; rules: Rule[]; }; export declare type Extension = { extension: string; value: string; };