export declare class EdgeEncryptionPatternUtil { doesPatternCompile(pattern: string[]): boolean doesPatternMatchSample(pattern: string, sample: string): boolean isPatternAllowed(pattern: string[]): boolean isPatternCharAllowed(pattern: string): boolean isSampleAllAlpha(sample: string): boolean constructor() }