/** * Reads a list of filenames and creates and array of [[FilePayload]]s * @param fileNames The list of files to create payloads from * @param {Function} callback The callback to raise when it is done. It will get 2 parameters, a standard `err` parameter and `payloads` of the entire symbol tree */ export default function (fileNames: string[], callback: Function): void; //# sourceMappingURL=get.files.d.ts.map