export declare class HoldPrintParameter {
    private _enable;
    get enable(): boolean;
    constructor(enable: boolean);
}
