import { NormalisedPattern } from './normalised-pattern'; export declare type Unreachable = (pattern: NormalisedPattern) => boolean;