export declare class ModifierValue { readonly number: number; constructor(number: number); getValueWithSign(): string; }