export declare class RolePermission { id: string; role_id: string; permission_id: string; created_at: Date; }