/** * Round-trip validation using the @common-grants/cg-grants-gov plugin. * * Fetches a real opportunity from Simpler.Grants.gov, transforms it to * CommonGrants format via `toCommon`, then back to the source format via * `fromCommon`, and validates that key fields were preserved. * * Run with: pnpm example:grants-gov [opportunityId] * or set GRANTS_GOV_OPP_ID and run: pnpm example:grants-gov */ export {}; //# sourceMappingURL=grants-gov-transforms.d.ts.map