1 2 3 4 5 6
export declare function gatherDependencies(code: string | null, isModule: boolean): { variable: boolean; deps: { [key: string]: any; }; };