import { type GraphTimelineState } from '@pmndrs/timeline'; import type { SimpleCharacterState, SimpleCharacterOptions } from '../types.js'; export declare function loadSimpleCharacterJumpDownState(state: SimpleCharacterState, options: SimpleCharacterOptions): Promise>;