import { GetCwdService, ProjectSdkParamsService } from "../../abstractions/index.js"; export declare class DefaultGetCwdService implements GetCwdService.Interface { private readonly projectSdkParamsService; constructor(projectSdkParamsService: ProjectSdkParamsService.Interface); execute(): string; } export declare const getCwdService: import("@webiny/di").Implementation;