export type RunScrollDrivenAnimationOnceOptions = { animationName?: string; }; export declare const runScrollDrivenAnimationOnce: (element: HTMLElement, { animationName }?: RunScrollDrivenAnimationOnceOptions) => () => void;