import type { DecryptedWcpProjectLicense } from "@webiny/wcp/types.js"; export interface CreateWcpContextParams { testProjectLicense?: DecryptedWcpProjectLicense; } export declare const createWcpContext: (params?: CreateWcpContextParams) => import("@webiny/handler/index.js").RegisterExtensionPlugin;