/**
 * @since 1.7.0
 */
import { Index } from '..'
/**
 * @category constructor
 * @since 1.7.0
 */
export declare function indexRecord<A = never>(): Index<Record<string, A>, string, A>
