import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { UnderlyingTransactionTypeEnum } from "./UnderlyingTransactionTypeEnum"; export declare const GeneralLedgerTransactionUnderlyingTransactionType: core.serialization.Schema; export declare namespace GeneralLedgerTransactionUnderlyingTransactionType { type Raw = UnderlyingTransactionTypeEnum.Raw | string; }