export declare function isFieldAllowed(fieldName: string, availableFields: string[]): boolean; export declare function getInvalidFields(fieldNames: string[], availableFields: string[]): string[]; export declare function clearRegexCache(): void; //# sourceMappingURL=field-pattern-matcher.d.ts.map