import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class BindingFormatter extends Base {
    static $t: Type;
    constructor();
    private h;
    get j(): string;
    set j(a: string);
    private l;
    private a;
    private f;
    private g;
    private b;
    private c;
    get d(): any[];
    set d(a: any[]);
    private k;
    private e;
    i(a: any): string;
}
