export declare const workflows: {
    listApprovalFlows(context: any, next: any): Promise<void>;
};
