import type { Quad } from '@rdfjs/types'; export declare function serializeRdfXml(quads: Quad[]): string;