import type { Shape, ShapeDef } from './types.js';
export default function expandShape(shapeDef: ShapeDef): Shape;
