import { cropSvg } from '../../../gitdiff/utils/file-utils.js'; export { cropSvg }; export declare function writeStringToFile(content: string, outputPath: string): Promise; export declare function executeKicadSvgExport(pcbFilePath: string, layer: string, theme: string): Promise; export declare function executeKicadDrillExport(pcbFilePath: string): Promise; export declare function processKicadSvgLayers(layerNames: string[], pcbFilePath: string, theme: string): Promise; export declare function renderKicad3DView(renderSpec: { side: string; x: string; y: string; z: string; }, pcbFilePath: string): Promise; //# sourceMappingURL=svg.d.ts.map