// Type definitions for index.js // Project: [LIBRARY_URL_HERE] // Definitions by: [YOUR_NAME_HERE] <[YOUR_URL_HERE]> // Definitions: https://github.com/borisyankov/DefinitelyTyped /** * */ export declare function scan(): string; /** * * @param path */ export declare function recognition(path: any): string;