import { QuoteItemType } from './quote'; export declare type QuoteVersion = { createdAt?: string; id?: number; items?: QuoteItemType[]; updatedAt?: string; version?: string; };