import { type TransformFnParams } from 'class-transformer';
import { SemanticVersion } from '../../../../business/utils/semantic-version.js';
export declare class Transformations {
    private constructor();
    static readonly SemanticVersion: ({ value, type }: TransformFnParams) => string | SemanticVersion<string>;
    static readonly DeploymentPhase: ({ value, type }: TransformFnParams) => string;
    static readonly LedgerPhase: ({ value, type }: TransformFnParams) => string;
}
