/** * Formats a directory path for display. * If the directory is within the current working directory, returns a relative path. * Otherwise, returns the absolute path. */ export declare function printDirectory(directory: string): string;