import type { WorkflowJSON } from '../../../types/base'; import type { SerializerPlugin } from '../types'; export declare const jsonSerializer: SerializerPlugin;