/** Compile a secret regex entry with global scanning enabled by default. */ export declare function compileSecretRegex(pattern: string, flags?: string): RegExp;