import { PropertyPath } from '@types'; import { ChalkInstance } from 'chalk'; /** * Prettifies a property path * @param path * @param last */ export declare const prettyPropertyPath: (path: PropertyPath, last?: ChalkInstance | null) => string;