import { IDictionary } from "common-types"; /** * **getFunctionNames** * * Given a set of paths to function definition files, will return a * lookup hash which provides the "function name" as the output */ export declare function getFunctionNames(paths: string[]): IDictionary; //# sourceMappingURL=getFunctionNames.d.ts.map