export type Reference = {
    begin: number;
    end: number;
    type: string;
    uri: string;
};
//# sourceMappingURL=types.d.ts.map