export declare function Pattern(value: string, config: RegExp): {
    result: boolean;
    message: string;
};
