export declare const getFileSize: (filePath: string) => number;
export declare const getDependencies: (dirs: string[]) => {
    [key: string]: string[];
};
