import { BigNumberish } from 'ethers'; import { ErrorDisplayObjectT } from '@anticxyz/theme/components/SnackBar'; export declare const displayWithEllipses: (text: string | undefined, maxLength: number) => string; export declare const pluralize: (text: string, amount: number) => string; export declare const getErrorDisplayMsg: (errorMessage: string, errorCode?: number) => ErrorDisplayObjectT; export declare function getSingleSharePriceWei(totalPriceInWei: string): string; export declare function fromWei(wei?: BigNumberish | null): string; export declare function toWei(eth: string): string; export declare const emailRegex: RegExp; export declare function isGroupPresentForTheFirstTime(groupId: string): boolean; export declare function updateGroupsHistory(groupId: string): void; export declare function reloadComponent(handleOnToggle: (isOpen: boolean) => void, setActiveRoute: any): void;