export declare class Permission { key: string; label: string; description: string; category: string; createdAt: Date; updatedAt: Date; }