export interface PrOptions { task?: string; iteration?: string; base?: string; draft?: boolean; title?: string; interactive?: boolean; prompt?: boolean; response?: string; confirm?: boolean; commit?: boolean; force?: boolean; } export declare function prCommand(options: PrOptions): Promise; //# sourceMappingURL=pr.d.ts.map