import type { Shape1D } from './Shape1D.ts'; import type { Shape1DInstance } from './Shape1DInstance.ts'; /** * Generate a 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: Shape1D): Shape1DInstance; //# sourceMappingURL=getShape1D.d.ts.map