export declare class EdgeEncryptionPatternUtil { constructor(); doesPatternCompile(pattern: string[]): boolean; doesPatternMatchSample(pattern: string, sample: string): boolean; isPatternAllowed(pattern: string[]): boolean; isPatternCharAllowed(pattern: string): boolean; isSampleAllAlpha(sample: string): boolean; } //# sourceMappingURL=EdgeEncryptionPatternUtil.d.ts.map