export declare function createFileCommand(options: { projectId: string; title: string; path: string; content?: string; folderId?: string; }): Promise; //# sourceMappingURL=create-file.d.ts.map