import type { DialectBehavior } from "./behavior.js"; /** The dialect behavior for a scope (or anything carrying a `.dialect` tag). */ export declare function behaviorOf(carrier: { dialect?: string; }): DialectBehavior;