interface PrShepherdCommand { argv: string[]; text: string; } export declare function buildPrShepherdCommand(args: string[]): PrShepherdCommand; export declare function renderShellCommand(argv: string[]): string; export {};