import File from './File';
/**
 *
 */
interface LocalFile extends File {
    /**
     * The absolute path of file on disk. Operating system specific pathing is required.
     */
    absoluteFilePath: string;
}
export default LocalFile;
//# sourceMappingURL=LocalFile.d.ts.map