import { Quantity } from './Quantity';
/** InstanceSnapshot */
export interface InstanceSnapshot {
    /** GiBh stored */
    quantity: Quantity;
    /** Total price */
    totalPrice: number;
}
//# sourceMappingURL=InstanceSnapshot.d.ts.map