import FilePayload from "./file.payload"; /** * A function to look for all remote references in a file and pulling them into the file as a top level symbol and replacing the * external reference with an internal reference * * @param {FilePayload[]} payload The files that will be analyzed * @param {Function} callback The standard callback returns with a regular `err` parameter and an updated payload object */ export default function (payload: FilePayload[], callback: Function): void; //# sourceMappingURL=deref.d.ts.map