import type { WorkflowContext, WorkflowResult } from './types.js'; export declare function getAddress(ctx: WorkflowContext): Promise;