import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class PlatformFormatter extends Base {
    static $t: Type;
    a(a: any): string;
}
