import type { SocketJson } from '../../utils/socket-json.mts'; export interface GeneratableManifests { bazel: boolean; cdxgen: boolean; count: number; conda: boolean; gradle: boolean; sbt: boolean; } export declare function detectManifestActions( // Passing in null means we attempt detection for every supported language // regardless of local socket.json status. Sometimes we want that. sockJson: SocketJson | null, cwd?: string): Promise; //# sourceMappingURL=detect-manifest-actions.d.mts.map