export interface UniqueRow {
    id: string | number;
}
//# sourceMappingURL=row.d.ts.map