import { CreateArgs } from '../../types/Cms.js'; type CreateFunctionPromptResponse = { functionsFolder: string; filename: string; endpointMethod: string; endpointPath: string; }; export declare function createFunctionPrompt(commandArgs?: Partial): Promise; export {};