import { IAnimation } from './IAnimation'; import { IAnimationFrame } from './IAnimationFrame'; export declare function RemoveFrame(animation: IAnimation, frame: IAnimationFrame): IAnimation; //# sourceMappingURL=RemoveFrame.d.ts.map