/** * Checks if the node at w[j] is marked * * @param {Array} w The array * @param {Number} j The array index */ export declare function csMarked(w: number[], j: number): boolean; //# sourceMappingURL=csMarked.d.ts.map