import { IWebpackHandlerDates } from "../../../@types/index"; /** * creates an enumeration with all of the _functions_ which have * been defined in the project */ export declare function createFunctionEnum(handlers: IWebpackHandlerDates[]): Promise; //# sourceMappingURL=createFunctionEnum.d.ts.map