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