import type { MedipassRequestOpts, PaginatedQuery } from '../types'; export declare const pathHealthFundWorkflowExceptions: (healthFundId: string) => string; export declare const getHealthFundWorkflowExceptions: (healthFundId: string, query?: (PaginatedQuery & { searchText?: string; }) | null | undefined, opts?: MedipassRequestOpts) => Promise>;