export declare function removedURLParameter(url: string, parameter: string): string; export declare function changeActiveReelParam(param: string, value: string, removeShared?: boolean): void; export declare function formatPrice(price: number): string; export declare function ingestCall(eventType: string, data: Record): void; //# sourceMappingURL=utils.d.ts.map