import type { ProjectListItem } from "./types"; export declare function listProjects(jwt: string, userAgent?: string): Promise; //# sourceMappingURL=listProjects.d.ts.map