export declare function allBut(exclude: string[]): string[];
/**
 * Regions that don't support CloudFormation Stack Refactoring
 */
export declare const STACK_REFACTORING_REGIONS: string[];
/**
 * Regions that don't support AWS::Bedrock::Agent
 */
export declare const BEDROCK_AGENT_REGIONS: string[];
