export interface IGetCwdService { execute(): string; } export declare const GetCwdService: import("@webiny/di").Abstraction; export declare namespace GetCwdService { type Interface = IGetCwdService; }