export interface IntegrationsCommandOptions { project?: string; label?: string; status?: string; limit?: number; } /** * Integrations command - list, help, and test integrations * * Usage: * ralph-starter integrations list - List all integrations with status * ralph-starter integrations help - Show help for a specific integration * ralph-starter integrations test - Test integration connectivity * ralph-starter integrations fetch - Fetch and preview data */ export declare function integrationsCommand(action: string, args: string[], options?: IntegrationsCommandOptions): Promise; //# sourceMappingURL=integrations.d.ts.map