/** * Construct hint for a given path. * @param {Object} hints * @param {string} path */ export declare function hintFor(hints: Object, path: string): any; export declare const SHORT_DELETE_HINT_REGEX: RegExp; export declare const DELETE_HINT_REGEX: RegExp; export declare const OVERWRITE_HINT_REGEX: RegExp; export declare const LIKE_HINT_REGEX: RegExp;