import { Animation } from "../Animation"; export declare class BcaAnimation extends Animation { private url; private blob; constructor(url: string | Blob); createFrames(): Promise; private fromBlob(myBlob); private parseAnimation(buffer); }