1import * as project from "./src/project"; 2export { project }; 3 4export { apiCall } from "./src/call"; 5 6