declare function parseBody(text: string | undefined | null): Record | string | null; export { parseBody };