2ff485d2e
42ecc087c
1 2 3
4 5 6 7 8
declare module 'newman' { export function run(options: any, callback?: () => void): void; } declare module '*.json' { const value: any; export default value; }