/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * @internal */ export declare function getRandomName(connector?: string, capitalize?: boolean): string; /** * @internal */ export declare const choose: () => string; //# sourceMappingURL=generateNames.d.ts.map