import { MatchFail, MatchSucess } from './types'; export declare const FAIL: MatchFail; export declare const SUCCESS: MatchSucess;