import type { ItemPublishQuote } from './lib'; /** * Render only economics the server actually quoted. Older and waiver-mode * servers intentionally omit the fee split and issuance allowance fields; a * creator must never see JavaScript's `undefined` presented as a price. */ export declare function renderItemQuote(q: ItemPublishQuote): string[];