import { IPDFOperatorSingleton } from '../../../pdf-operators/PDFOperator';
/**
 * Modify the current clipping path by intersecting it with the current path,
 * using the nonzero winding number rule to determine which regions lie inside
 * the clipping path.
 */
declare const W: IPDFOperatorSingleton;
export default W;
