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