import type { ILicense } from "@webiny/wcp/types.js"; export declare const WcpFeature: { name: string; register(container: import("@webiny/di").Container, context: ILicense): void; };