import type { PDFObject } from './pdf-object.ts'; export declare function write(obj: PDFObject): string;