import { Model } from '../model'; export declare type Object = Model & { type: string; payload?: { [key: string]: any; }; }; //# sourceMappingURL=object.d.ts.map