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