import type { Rule } from "../types.js"; export declare function isBotIdentityName(name: string): boolean; export declare const rule: Rule;