import type { DocumentContext } from '../../types'; import type { Assembler } from '..'; export declare class DocumentMetadataAssembler implements Assembler.Document { assemble(context: DocumentContext): void; } //# sourceMappingURL=metadata.d.ts.map