/** * Auto-generated Zod schema for DependabotAlertPackage * DO NOT MODIFY - regenerate with: bun run generate:schemas */ import type { DependabotAlertPackage as DependabotAlertPackageOctokit } from '@octokit/webhooks-types'; import { z } from 'zod'; export declare const DependabotAlertPackageSchema: z.ZodObject<{ name: z.ZodString; ecosystem: z.ZodString; }, z.core.$strip>; export type DependabotAlertPackage = DependabotAlertPackageOctokit; export declare function isDependabotAlertPackage(value: unknown): value is DependabotAlertPackage; //# sourceMappingURL=dependabot-alert-package.d.ts.map