import { Store } from 'n3';
import type { Schema } from 'shexj';
export { shapeMapFromDataset, writeShapeMap } from './shapeMapFromDataset';
export type { ShapeMap, ShapeMapEntry } from './shapeMapFromDataset';
export declare function shaclStoreToShexSchema(shapeStore: Store): Promise<Schema>;
export declare function writeShexSchema(schema: any, prefixes?: Record<string, string>): Promise<string>;
