export interface SourceCommandOptions { project?: string; label?: string; status?: string; limit?: number; issue?: number; } /** * Source command - list, test, and preview sources * * Usage: * ralph-starter source list - List all available sources * ralph-starter source help - Show help for a specific source * ralph-starter source test - Test source connectivity * ralph-starter source preview - Preview content from a source */ export declare function sourceCommand(action: string, args: string[], options?: SourceCommandOptions): Promise; //# sourceMappingURL=source.d.ts.map