type tShapeEntry = {
    FILLS: boolean;
    STROKES: boolean;
};
export interface IGraphicsSettings {
    ALLOW_INTERNAL_POOL: tShapeEntry;
    CLEARS_BEFORE_POOLING: number;
    ALLOW_COMBINER: tShapeEntry;
    USE_NATIVE_DEFLATE: boolean;
    MINIMUM_DRAWING_DISTANCE: number;
    CURVE_TESSELATION_COUNT: number;
    SMOOTH_BITMAP_FILL_DEFAULT: boolean;
}
export declare const Settings: IGraphicsSettings;
export {};
//# sourceMappingURL=Settings.d.ts.map