import { Argument, Position, Property } from '../types'; export declare const property: (key: Argument | void, path?: Argument[]) => Property; export declare const propertyInternal: (key: Argument | void, path: Argument[], position?: Position | null) => Property;