export declare const InternalServerExceptionReason: { readonly FAILED_TO_GENERATE_SBOM: "FAILED_TO_GENERATE_SBOM"; readonly OTHER: "OTHER"; }; export type InternalServerExceptionReason = (typeof InternalServerExceptionReason)[keyof typeof InternalServerExceptionReason]; export declare const OutputFormat: { readonly CYCLONE_DX_1_5: "CYCLONE_DX_1_5"; readonly INSPECTOR: "INSPECTOR"; readonly INSPECTOR_ALT: "INSPECTOR_ALT"; }; export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat]; export declare const ValidationExceptionReason: { readonly CANNOT_PARSE: "CANNOT_PARSE"; readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED"; readonly OTHER: "OTHER"; readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION"; readonly UNSUPPORTED_SBOM_TYPE: "UNSUPPORTED_SBOM_TYPE"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];