/**
* Returns array with all directories under the specified path.
*/
export default function getDirectories(directoryPath: string): Array<string>;
