/**
* Updates synced_at from null to a timeStamp
* @paramtableName - The name of the table to update
* @paramid - The id of the row to update
*/exportdeclarefunctionupdateLocalSyncedAt(tableName: string, id: string): Promise<void>;
//# sourceMappingURL=syncUpdate.d.ts.map