import type { TABLE_NAMES } from '@mastra/core/storage'; export declare function getKey(tableName: TABLE_NAMES, keys: Record): string; export declare function processRecord(tableName: TABLE_NAMES, record: Record): { key: string; processedRecord: { createdAt: string | undefined; updatedAt: string | undefined; }; }; //# sourceMappingURL=utils.d.ts.map