import { OWLThing } from './OwlThing';
export declare class OWLNothing extends OWLThing {
    constructor(graph: any);
}
