export declare const SOOS_SBOM_CONSTANTS: {
    FileRegex: RegExp;
    FileSyncPattern: string;
    MaxSbomsPerScan: number;
    UploadBatchSize: number;
    DefaultDirectoriesToExclude: string[];
    SoosDirectoryToExclude: string;
};
