export declare const rustFormulationParser: {
    id: string;
    patterns: string[];
    parse(files: any): {
        components: {
            type: string;
            name: any;
            version: string;
            "bom-ref": string;
            properties: {
                name: string;
                value: any;
            }[];
        }[];
    };
};
//# sourceMappingURL=rustFormulationParser.d.ts.map