export function exec(cmd: any, options: any): Promise; export function getBinCommand(pkgName: any, commandName: any, paths: any): string; export function getNPMCommand(): Promise; export function execCallback(filePath: any, onSuccess: any): Promise; export function getTSProject(): import("gulp-typescript/release/project").Project | import("gulp-typescript/release/project").ICompileStream; export const cwd: string; export function log(...args: any[]): void; export function error(...args: any[]): void; export function warn(...args: any[]): void; export const distDir: string; export const baseDir: string; export const tsconfigPath: string; export function getCompiledPath(sourceFilePath: any, sourceType: any, sourceFiles: any): string;