interface IIsWcpEnabled { execute(): Promise; } export declare const IsWcpEnabled: import("@webiny/di").Abstraction; export declare namespace IsWcpEnabled { type Interface = IIsWcpEnabled; } export {};