import type { GcpRegion } from '../pricing/gcp-regions'; export declare function validateGcpRegion(region: unknown): asserts region is GcpRegion;