import { FlowVersionState } from '../flows/flow-version'; export declare const DEFAULT_MCP_DATA: { flowId: string; flowVersionId: string; flowVersionState: FlowVersionState; flowRunId: string; triggerPieceName: string; }; export declare const ERROR_MESSAGES_TO_REDACT: string[]; //# sourceMappingURL=engine-constants.d.ts.map