/**
 * @since 1.7.0
 */
import { At } from '..'
import { Option } from 'fp-ts/es6/Option'
/**
 * @category constructor
 * @since 1.7.0
 */
export declare function atRecord<A = never>(): At<Record<string, A>, string, Option<A>>
