import { Component } from "../component.js"; import type { BomField } from "../schematic.js"; export declare function generateBom(components: Component[], sheetName: string, options: { bom_fields: BomField[]; bom_separator: string; }, outputFolder?: string): boolean; //# sourceMappingURL=bom-generator.d.ts.map