export declare const getProfileApiEndpoint: (environment: string, region?: Region) => string; export type Region = 'us-west-2' | 'eu-west-1';