export declare function fillExt(filePath: string): string; export declare function clearDepsCache(): void; export declare function getDeps(filePath: string): string[];