export declare const LedgerOffsetValidation: import("./Validation").UnionValidation<"offsetType", {
    offsetType: string;
}>;
