import { KeyFrame } from '../interfaces'; export declare function getFrame(sim: any, keys: any): KeyFrame;