export declare function formatExecutorRuntimeLogError(error: unknown): string; export declare function logExecutorRuntimeNonBlockingWarning(args: { namespace: string; stage: string; error: unknown; details?: Record; throttleKey?: string; }): void;