import { Base, Point, Type } from "./type";
import { Brush } from "./Brush";
import { BrushCollection } from "./BrushCollection";
import { Color } from "./Color";
import { Size } from "./Size";
import { Rect } from "./Rect";
import { DoubleCollection } from "./DoubleCollection";
/**
 * @hidden
 */
export declare class PlatformAPIHelper extends Base {
    static $t: Type;
    static b(a: Brush): any;
    static a(a: BrushCollection): any;
    static c(a: Color): any;
    static e(a: Point): any;
    static h(a: Size): any;
    static g(a: Rect): any;
    static d(a: DoubleCollection): any;
    static j(a: any): any;
    static k(a: any): any;
    static i(a: any): any;
    static n(a: any): any;
    static q(a: any): any;
    static p(a: any): any;
    static m(a: any): any;
    static l(value_: any): any;
    static f(a: Type, b: any): any;
    static o(a: Type, b: any): any;
    static r(a: string): string;
    static s(a: string): string;
}
