export interface AlphaConfig {
    allowWhiteSpace?: boolean;
    message?: string;
    conditionalExpression?: string | Function;
}
