declare const documentFormatter: (document: string) => string | null;
export default documentFormatter;
