/** * Internal dependencies */ import type { StoryAnimation } from '../types'; export declare function getTotalDuration(animations?: StoryAnimation[]): number; //# sourceMappingURL=getTotalDuration.d.ts.map