export = Pattern; declare class Pattern { constructor(rule: any); match: any; test(str: any): boolean; } //# sourceMappingURL=pattern.d.ts.map