import { Triples } from './types'; export declare const x1: () => [string, Triples]; export declare const miniAmr: () => { roles: { [key: string]: { type: string; }; }; normalizations: { [key: string]: string; }; reifications: [string, string, string, string][]; };