import type { KeyframeInfo } from '../../types'; export declare function getKeyframes(params: { draftId: string; segmentId: string; }): Promise; //# sourceMappingURL=get-keyframes.d.ts.map