import { Context } from "../../vendor/runed/index.js"; import type { FeatureBundle } from "../../features/dom-animation.js"; import type { FnGetter } from "../../types/common.js"; export type LazyMotionContext = { features: FnGetter>; strict: boolean; }; export declare const LazyMotionContext: Context;