import type Hapi from '@hapi/hapi'; import type { Tags } from '@jackdbd/hapi-request-event-predicates'; export interface Config { gcp_project_id: string; cloud_run_service_region_id: string; } export declare const makeGcpCloudRunServiceErrorText: ({ gcp_project_id, cloud_run_service_region_id }: Config) => (request: Hapi.Request, event: Hapi.RequestEvent, tags: Tags) => string; //# sourceMappingURL=cloud-run.d.ts.map