/** * Asks the user to choose one or more handler functions */ export declare function askForFunctions(message?: string, defaults?: string[]): Promise; /** * Asks the user to choose one or more handler functions */ export declare function askForFunction(message?: string): Promise; //# sourceMappingURL=askForFunction.d.ts.map