declare const getSummary: () => Promise<string>;
declare const getContentType: () => "text/plain; version=0.0.4; charset=utf-8";
export { getSummary, getContentType };
