import { WorkflowContext } from './common';
/**
 * Returns the current workflow context, restored from storage.
 * @returns {WorkflowContext} The current workflow context.
 */
export declare function getContext(): WorkflowContext;
