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