export declare function serializeIntermediateSteps(steps: Array<{
    action: {
        messageLog?: unknown[];
    };
    [key: string]: unknown;
}>): void;
