import { ShapeType } from '@ldo/ldo';
import { ShapeShape } from './Shacl.typings';
/**
 * =============================================================================
 * LDO ShapeTypes Shacl
 * =============================================================================
 */
/**
 * ShapeShape ShapeType
 */
export declare const ShapeShapeShapeType: ShapeType<ShapeShape>;
