/**
 * Test script to verify the new plan validation behavior
 *
 * This script tests the updated client methods and API behavior where:
 * - 404 is returned only when the plan doesn't exist
 * - 200 with empty arrays is returned when plan exists but has no products/work orders
 *
 * Usage: node --experimental-strip-types test-plan-validation.ts
 */
declare function testPlanValidation(): Promise<void>;
export { testPlanValidation };
//# sourceMappingURL=test-plan-validation.d.ts.map