export declare const PatientTransactionSource: { readonly ManualEntry: "MANUAL_ENTRY"; readonly Chargebee: "CHARGEBEE"; readonly Square: "SQUARE"; readonly Stripe: "STRIPE"; readonly Elation: "ELATION"; readonly Cedar: "CEDAR"; readonly Healthie: "HEALTHIE"; readonly Reallocation: "REALLOCATION"; readonly Phreesia: "PHREESIA"; }; export type PatientTransactionSource = (typeof PatientTransactionSource)[keyof typeof PatientTransactionSource];