/**
 * In a browser, verify the setup by navigating to: https://example.com/metrics/healthy. The page
 * should read ok. Verify that geographical information is being included by navigating to:
 * https://example.com/metrics/?validate_geo=healthy. The page should read ok.
 */
declare function forwardToGoogleTagGateway(request: Request, gaId: string): Promise<Response>;

export { forwardToGoogleTagGateway };
