export declare type Permission = { id: number; target: string; action: string; };