import type { Shape1DInstance } from './Shape1DInstance.ts'; import type { Shape1D } from './shape_1d.ts'; /** * Generate an instance of a specific kind of shape. * @param shape - shape descriptor specifying the kind and parameters. * @returns an instance of the requested shape class. */ export declare function getShape1D(shape: TShape): Shape1DInstance; //# sourceMappingURL=getShape1D.d.ts.map