/** * This will walk a directory and return an array of all the contents. */ export declare function walkDirectory(directoryPath: string): Promise;