declare module 'gscan' { const gscan: { check: (path: string) => Promise; format: (report: any) => string; }; export default gscan; }