import { GetCwdService, GetProjectInstallationIdService } from "../../abstractions/index.js"; declare class DefaultGetProjectInstallationIdService implements GetProjectInstallationIdService.Interface { private getCwdService; private loaded; private installationId; constructor(getCwdService: GetCwdService.Interface); execute(): string | null; } export declare const getProjectInstallationIdService: import("@webiny/di").Implementation; export {};