interface IGetIsCiService { execute(): boolean; } export declare const GetIsCiService: import("@webiny/di").Abstraction; export declare namespace GetIsCiService { type Interface = IGetIsCiService; } export {};