export declare const normalizePrice: (mintPrice: string, selectedOption: number) => string; export declare const normalizeEstimatedCost: (mintPrice: string, cost: string) => string; //# sourceMappingURL=normalizePrice.d.ts.map