import { Settings } from "../settings.js";
import { Document } from "../types.js";
declare function publish(source: string, settings: Settings): Document | undefined;
export default publish;
