/**
 * Get workflows from n8n
 * This is a premium feature that requires server-side validation
 */
export declare function getWorkflows(): Promise<any>;
/**
 * Execute a workflow in n8n
 * This is a premium feature that requires server-side validation
 */
export declare function executeWorkflow(workflowId: string, data: any): Promise<any>;
