import { type BehaviorOptions } from "./core.js"; export type { BehaviorOptions }; export declare function installBehavior(options: BehaviorOptions): () => void; //# sourceMappingURL=behavior.d.ts.map