import { STFS } from '../types'; declare function getDirectory(fs: STFS, filepath: string): Promise; export { getDirectory };