export declare const allDigitsAreEqual: (digits: string) => boolean;
