import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class FormatSpecifier extends Base {
    static $t: Type;
    constructor();
    toIntl(): any;
    getLocalCulture(): string;
    private a;
    private e;
    c(): any;
}
