UNPKG

mira

Version:

NearForm Accelerator for Cloud Native Serverless AWS

12 lines (11 loc) 334 B
/** * 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[]>;