import type { INodeProperties } from 'n8n-workflow';
export declare function getVertexEndpoint(location: string): string | undefined;
export declare function resolveVertexLocation(override: string | undefined, credentialRegion: string): string;
export declare const vertexLocationField: INodeProperties;
