/** * Absolute or relative path to a file under management by Upload (either stored on Upload, or externally via another storage layer). */ export declare type RelativeOrAbsoluteFilePath = string;