export declare class EditedItemModel { readonly after: any; readonly before: any; constructor(after: any, before: any); }