import { FinancialSupportSettings } from '../members/OrganizationRecordsConfiguration.js'; import type { Organization } from '../Organization.js'; import type { Platform } from '../Platform.js'; /** * Get the financial support settings from the platform if userMode is platform, or from the organization otherwise. * @param platform * @param organization * @returns */ export declare function getFinancialSupportSettings(platform: Platform, organization: Organization | null): FinancialSupportSettings | null; /** * Get the financial support settings from the platform if userMode is platform, or from the organization otherwise. * Returns default settings if no settings are found. * @param platform * @param organization * @returns */ export declare function getFinancialSupportSettingsOrDefault(platform: Platform, organization: Organization | null): FinancialSupportSettings; //# sourceMappingURL=FinancialSupportHelper.d.ts.map