export declare function absolutify(dir: string): string

export declare function expandHome(filePath: string): string

export declare function pathIsEmpty(dir: string): Promise<boolean>

export {}
