import type { AddKeyframesInput, AddKeyframesOutput } from '../../types'; export declare function addKeyframes(params: AddKeyframesInput): Promise; //# sourceMappingURL=add-keyframes.d.ts.map