/** Not a workflow, just interceptors */
import type { WorkflowInterceptors } from '@temporalio/workflow';
export declare const interceptors: () => WorkflowInterceptors;
