export interface NumberConfig {
    value: number;
    message?: string;
    conditionalExpression?: string | Function;
}
