import { TimelineCommandResult } from "@techsquidtv/canvas-timeline-core"; //#region src/hooks/core/runTimelineCommand.d.ts /** Converts expected input validation failures while preserving unexpected programming errors. */ declare function runTimelineCommand(command: () => TimelineCommandResult): TimelineCommandResult; //#endregion export { runTimelineCommand }; //# sourceMappingURL=runTimelineCommand.d.mts.map