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