import { UseTimelinePlaybackResult } from "./useTimelinePlayback.mjs"; import { TimelineEngine } from "@techsquidtv/canvas-timeline-core"; //#region src/hooks/playback/createTimelinePlaybackCommands.d.ts /** Shared imperative commands. Reads current engine state at invocation. */ declare function createTimelinePlaybackCommands(engine: TimelineEngine): Omit; //#endregion export { createTimelinePlaybackCommands }; //# sourceMappingURL=createTimelinePlaybackCommands.d.mts.map