export declare const collectIds: <T>(items: {
    id: T;
}[]) => T[];
//# sourceMappingURL=collect-ids.d.ts.map