import { BaseTransformation, ITransformation } from "@golemio/core/dist/integration-engine/transformations"; export declare class VpalacUnitsTransformation extends BaseTransformation implements ITransformation { name: string; constructor(); protected transformElement: (element: Record) => Promise; }