import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class FlattenerSettings extends Base {
    static $t: Type;
    constructor();
    private static a;
    static get instance(): FlattenerSettings;
    private _chunkingAmount;
    get chunkingAmount(): number;
    set chunkingAmount(a: number);
}
