import type { Command } from 'commander';
/** Generate a function */
export declare function createGenerateFunctionCommand(program: Command): void;
