export declare function getGIF(): Promise; export declare function createGIF({ width, height }: { width: any; height: any; }): Promise;