export declare const cancelDurableRunPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { cancelDurableRun: (options?: { run: string; } | undefined) => Promise<{ data: { id: string; status: "cancelled"; }; }>; } & { context: { meta: { cancelDurableRun: import("../../..").PluginMeta; }; }; }; export type CancelDurableRunPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map