export interface CreateResult { id: string; repo: string; repoLocalPath: string; workingBranch: string; } export declare function handleCreate(repoInput?: string): Promise; //# sourceMappingURL=create.d.ts.map