import { Project } from '@localazy/api-client';
export default class ProjectService {
    static getConnectedProject(): Promise<Project>;
}
