export default function parseFormData(data: unknown): Record<string, unknown> | undefined;
