export interface InvocationKeyComponents { processId: string; stepId?: string; key?: string; taskId: string; } export interface InvocationKeyInfo { key: string; digest: string; components: InvocationKeyComponents; } export declare function hashInvocationKey(components: InvocationKeyComponents): InvocationKeyInfo; //# sourceMappingURL=hashInvocationKey.d.ts.map