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