import { Thing } from './Thing';
export declare class Nothing extends Thing {
    constructor(data: any, options: any);
}
