import type { WhitelabelCollection } from "../../contracts"; import type { Currency } from "../../common"; export declare const barbieListTxCode: (collection: WhitelabelCollection, currency: Currency) => string;