export declare class DataObject { data: { type: string; id: string; }; }