import { IDate, IDutchAuction } from '@types'; export declare const getMintPrice: (mintPrice: string, startDate: IDate, dutchAuction: IDutchAuction | undefined) => string; //# sourceMappingURL=getMintPrice.d.ts.map