import { KindMap } from './types'; export declare const readRulesFromFileSystem: (top: string, edges: string[]) => KindMap;