import { Same } from './same.js';
export declare class MatchOnly extends Same {
    test(): boolean | "COMPLEX";
}
