export interface DigitConfig {
    conditionalExpression?: string | Function;
    message?: string;
}
