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