interface ClearModuleOpts { cleanup: boolean; } export declare const clearModule: (filePath: string, opts: ClearModuleOpts) => void; export {};