import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebFieldPipeArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private p;
    get format(): string;
    set format(a: string);
    private q;
    get timezone(): string;
    set timezone(a: string);
    private n;
    get digitsInfo(): string;
    set digitsInfo(a: string);
    private m;
    get currencyCode(): string;
    set currencyCode(a: string);
    private o;
    get display(): string;
    set display(a: string);
    private k;
    get weekStart(): number;
    set weekStart(a: number);
}
