/// <reference types="chai" />
import 'mocha';
import { OssIndexServerResult } from '../Types/OssIndexServerResult';
declare const expect: Chai.ExpectStatic;
export declare const ossIndexObject: OssIndexServerResult;
export declare const ossIndexObjectNoVulnerabilities: OssIndexServerResult;
export declare const applicationInternalIdResponse: {
    statusCode: number;
    body: {
        applications: {
            id: string;
            publicId: string;
            name: string;
            organizationId: string;
            contactUserName: string;
            applicationTags: {
                id: string;
                tagId: string;
                applicationId: string;
            }[];
        }[];
    };
};
export declare const ossIndexServerResults: OssIndexServerResult[];
export default expect;
