import { Match } from './match.js';
export declare class MatchStrict extends Match {
    test(): boolean | "COMPLEX";
}
