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