import { IKeyframe } from './types'; export declare function waapiToString(keyframes: IKeyframe[]): string;