import { Document } from "../types.js";
declare function pojoTranslate(document: Document): {};
export { pojoTranslate };
export default pojoTranslate;
