import { DataPermissionsSettings } from '../members/OrganizationRecordsConfiguration.js'; import type { Organization } from '../Organization.js'; import type { Platform } from '../Platform.js'; /** * Get the data permission settings from the platform if userMode is platform, or from the organization otherwise. * @param platform * @param organization * @returns */ export declare function getDataPermissionSettings(platform: Platform, organization: Organization | null): DataPermissionsSettings | null; /** * Get the data permission 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 getDataPermissionSettingsOrDefault(platform: Platform, organization: Organization | null): DataPermissionsSettings; //# sourceMappingURL=DataPermissionHelper.d.ts.map