import type { string_dirname, string_filename } from '../../../types/string_filename'; /** * Determines if the given path is a root path. * * Note: This does not check if the file exists only if the path is valid * * @public exported from `@promptbook/utils` */ export declare function isRootPath(value: string_dirname | string_filename): boolean;