import type { MastraMessageV1 } from '../../../memory/types';
import type { MastraMessageV2 } from '../../message-list';
export declare function convertToV1Messages(messages: Array<MastraMessageV2>): MastraMessageV1[];
//# sourceMappingURL=convert-to-mastra-v1.d.ts.map