import { GetProjectIdService, IsWcpEnabled } from "../../abstractions/index.js"; export declare class DefaultIsWcpEnabled implements IsWcpEnabled.Interface { private getProjectIdService; constructor(getProjectIdService: GetProjectIdService.Interface); execute(): Promise; } export declare const isWcpEnabled: import("@webiny/di").Implementation;