import { CanvasKit } from "canvaskit-wasm";
export declare class FPConfig {
    static stageWidth: number;
    static stageHeight: number;
    static autoSize: boolean;
    static startTime: number;
    static drawCounter: number;
    static batDrawCounter: number;
    static debug: boolean;
    static rootHTMLElement: HTMLElement;
    static renderer: any;
    static canvasKit: CanvasKit;
    static dirtyGraphics: Boolean;
    static highDPI: Boolean;
    static images: object;
    static sounds: object;
    static videos: object;
    static fonts: object;
    static requestAnimationFrame: Function;
}
