import { NormalisedPattern } from './normalised-pattern'; /** The pattern that matches no strings. */ export declare const NONE: NormalisedPattern;