import { ContextPlugin } from "@webiny/api"; import { WcpContext } from "./types"; import { DecryptedWcpProjectLicense } from "@webiny/wcp/types"; export interface CreateWcpContextParams { testProjectLicense?: DecryptedWcpProjectLicense; } export declare const createWcpContext: (params?: CreateWcpContextParams) => ContextPlugin;