import { State } from '../State'; import * as types from '../types'; export declare class Pattern extends types.Base { static mayContain: () => types.BaseClass[]; init(state: State): void; value: string; }