/**
 * Enumeration of possible file types
 */
export declare enum FuseFileType {
    FILE = 0,
    DIRECTORY = 1
}
