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