declare module Match {
  function Maybe(pattern: any): boolean;
}
