export default function extractSavedIds(data: any): [{
    generatedIds: string[];
}];
