/** * The names of all (known) AWS regions * * Not in the list ==> no built-in data for that region. */ export declare const AWS_REGIONS: string[]; /** * Possibly non-exaustive list of all service names, used to locate service principals. * * Not in the list ==> default service principal mappings. */ export declare const AWS_SERVICES: string[];