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