declare const __filename: string; declare const __dirname: string; declare const getOutputPath: (p: string, name: string) => string; export { __dirname, __filename, getOutputPath };