export type PublishBundleInput = { html: string; auditJson: string; pdf?: Blob | null; docx?: Blob | null; /** Base filename without extension, e.g. `quarterly-policy`. */ baseName?: string; }; export declare function createPublishBundleZip(input: PublishBundleInput): Promise; export declare function downloadPublishBundle(input: PublishBundleInput): Promise; //# sourceMappingURL=publish-bundle.d.ts.map