export declare function _ids<T extends {
    _id: string;
}>(iterable: Set<T> | T[]): string[];
//# sourceMappingURL=_ids.d.ts.map