import { AbstractController } from './AbstractController.ts'; export declare class AccessController extends AbstractController { listCollaborators(fullname: string): Promise>; listPackagesByUser(username: string): Promise>; }