export interface IterationCreateOptions { name?: string; topic?: string; from?: string; to?: string; owner?: string; } export declare function iterationCreateCommand(options: IterationCreateOptions): Promise; //# sourceMappingURL=create.d.ts.map