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