#!/usr/bin/env node /** * Collects disallowed package patch declarations and patch files. */ export function collectPackagePatchViolations(cwd?: string): unknown[]; /** * Runs the package patch guard. */ export function main(): Promise;