export declare const wait: (delayMS: number) => Promise; export declare function getDidYouMean(input: string, allowedValues: readonly string[]): string; export declare function getAllowedValuesText(allowedValues: readonly string[]): string; export declare function batch(items: T[], batchSize: number): Generator; //# sourceMappingURL=helpers.d.ts.map