import { Logic, LogicBuilder, PathType, KeyType } from '../types'; export declare function path(input: PathType | ((key: KeyType) => PathType)): LogicBuilder;