import { ReplicadLike } from './types'; export type MeshConfig = { tolerance?: number; angularTolerance?: number; }; export declare function exportShapeEntries(replicad: ReplicadLike, shapesMemory: Record, fileType?: string, shapeId?: string, meshConfig?: MeshConfig): { blob: any; name: any; }[];