import type { FileOrFolderPath } from "./FileOrFolderPath"; /** * Absolute path to a file under management by Upload (either stored on Upload, or externally via another storage layer). Must begin with a "/". */ export declare type FilePath = FileOrFolderPath;