import { SupercellSWF, Texture } from 'supercell-swf'; export declare function createSWF(output?: boolean): SupercellSWF; export declare function createTexture(filepath: string): Texture;