import type { WhitelabelCollection } from "../../contracts"; export declare const getChangePriceTxCode: (collection: WhitelabelCollection, options?: { additionalImports?: string; preparePreHookCode?: string; }) => string;