/**
* Format a raw input string (i.e. Change event from input type=text)
* Designed to filter out non-digits and extra decimals
**/exportdeclareconstformatBigIntInput: (rawValue: string) =>string | undefined;
//# sourceMappingURL=formatBigIntInput.d.ts.map