import { Transform } from "./internal"; export declare class ScaleTransform extends Transform { constructor(jsonld?: any); getScale(): object; }