import type { Assignments } from '../AssignmentsContext.js'; export declare function filterAssignedIDs(assignments: Assignments, targetIDs: string[]): string[]; //# sourceMappingURL=filterAssignedIDs.d.ts.map