export declare const MATCH_ALL = "(.|\r?\n)*";
export declare const MATCH_LF = "\r?\n?";
