/** Loads a global variable then deletes it. Only used for unit testing. * @returns A function that restores the original global variable. */ export declare function deleteGlobal(name: string): () => void; //# sourceMappingURL=delete-global.d.ts.map