import * as http from 'http'; export declare const getDirectoriesByPath: (req: http.IncomingMessage, res: http.ServerResponse) => Promise;