import { Texture } from "../config/Definitions"; export declare class Frame { addDelay: number; texture: Texture; }