import type { model as amf } from 'amf-client-js'; /** * Returns the shapes that a UnionShape is made up of. Handles inheritance. * * @export * @param {amf.domain.UnionShape} shape * @returns {amf.domain.Shape[]} */ export declare function getShapesFromUnionShape(shape: amf.domain.UnionShape): amf.domain.Shape[];