/** * Constants for the typecad-gitdiff application */ /** * All available KiCAD PCB layers */ export declare const allLayers: string[]; /** * Standard KiCAD PCB layers (excluding User layers) */ export declare const standardLayers: string[]; //# sourceMappingURL=constants.d.ts.map