import { CFB$Container } from "cfb";
import { WJSDoc } from "../../types";
/**
 * Grabs the text content of an odt file
 *
 * @param {string} file path to .odt file
 * @return {string} text content of file
 */
export declare function parse_cfb(file: CFB$Container): WJSDoc;
