export declare function gatherDependencies(code: string | null, isModule: boolean): { variable: boolean; deps: { [key: string]: any; }; };