// lib/helpers/resolveBody.d.ts
export function resolveBody(docString: string, env: any): string | any;
