import { NormalisedPattern } from './normalised-pattern'; /** The pattern that matches every string. */ export declare const ALL: NormalisedPattern;