import { IServerlessYaml } from "common-types"; /** * Once a build is complete, this function will review the * _functions_ and _stepFunctions_ and then create a file * `src/@types/fns.ts` which has a **enum** for both types of * functions. This will allow completeness checking in * conductors and in other cases where you want to be made * aware at _design time_ when your reference to functions * is incorrect. * * Note that errors encountered are trapped so as to not block * completion but a warning message will be sent to the console. */ export declare function saveFunctionsTypeDefinition(config: IServerlessYaml): Promise; //# sourceMappingURL=saveFunctionsTypeDefinition.d.ts.map