export declare const collectIds: <T>(items: {
    id?: T;
}[]) => T[];
