export declare type RelationTupleSyntaxErrorDetail = {
    wholeInput: string;
    line: number;
    charPositionInLine: number;
    offendingSymbol?: string;
};
declare const RelationTupleSyntaxError_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<{
    errors: Array<RelationTupleSyntaxErrorDetail>;
}, "RelationTupleSyntaxError">;
export declare class RelationTupleSyntaxError extends RelationTupleSyntaxError_base {
}
export {};
