/**
 * This module provides the AWS region autocomplete for the config bootstrap.
 * @internal
 */
/**
 * Build an autocomplete list of AWS regions
 *
 * @internal
 * @ignore - Excluded from documentation generation.
 * */
export declare function buildSearchRegions(): (this: unknown, _: unknown, input: string) => Promise<string[]>;
