export declare function mapLayerToSide(layerName: string, targetSide: 'front' | 'back' | undefined): string;
export declare function transformSexprLayers(sexpr: any, targetSide: 'front' | 'back' | undefined): any;
export declare function mirrorChamferDirection(chamferDirection: string): string;