import { Transform } from "./internal";
export declare class TransformParser {
    static BuildFromJson(jsonld: any): Transform;
}
