export interface Dictionary {
    [key: string]: any;
}
/**
 * @private
 */
export declare function caseInsensitive<T extends Dictionary>(dictionary: T): T & Dictionary;
//# sourceMappingURL=proxies.d.ts.map