export declare type UserAction = { id: number; target: string; action: string; changed?: string; };