/** * Validates system-agent tags. * Expects: lowercase english letters only. */ export declare function systemAgentTagIs(tag: string): boolean; //# sourceMappingURL=systemAgentTagIs.d.ts.map