import type { TermType } from '@comunica/types'; export declare function asTermType(type: string): TermType | undefined;