/**
 * -------------------------------------------------------------------------------------------
 * Copyright (c) Microsoft Corporation.  All Rights Reserved.  Licensed under the MIT License.
 * See License in the project root for license information.
 * -------------------------------------------------------------------------------------------
 */
/**
 * A wrapper for type Record that creates a Record with case insensitive keys
 * @returns A new object that can be used as a dictionary with case-insensitive keys.
 */
export declare function createRecordWithCaseInsensitiveKeys<T>(): Record<string, T>;
//# sourceMappingURL=recordWithCaseInsensitiveKeys.d.ts.map