/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Gets the relative path of all files in this directory * @param sourceFolder - The path of the directory to scan * @param partialPathPrefix - The partial path built up as we recurse through directories. External callers probably don't want to set this. */ export declare function getAllFilesInDirectory(sourceFolder: string, partialPathPrefix?: string): Promise; //# sourceMappingURL=getAllFilesInDirectory.d.ts.map