export declare const NPM_TOKEN: {
    token: string;
} | {
    token?: undefined;
};
export declare const VULN_MODE: Readonly<{
    GITHUB_ADVISORY: "github-advisory";
    SONATYPE: "sonatype";
    OSV: "osv";
    NONE: "none";
}>;
export type Kind = typeof VULN_MODE[keyof typeof VULN_MODE];
//# sourceMappingURL=constants.d.ts.map