export declare const __removeAllIDs: (impl: {
    removeID(id: string): boolean;
}, ids: Iterable<string>) => boolean;
//# sourceMappingURL=remove.d.ts.map