import FilePayload from "./file.payload"; /** * Generates dot delimited paths for each symbol in a file payload and captures `$refs` into the payload for later dereferencing. * * @param {FilePayload[]} payload The files to look at * @param {Function} callback The callback to raise when it is done. It will get 2 parameters, a standard `err` parameter and `symbols` of the entire symbol tree */ export default function (payload: FilePayload[], callback: Function): void; //# sourceMappingURL=generate.paths.d.ts.map