import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class CSDataFix { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) fixForDEF0222154(): void fixQueryRuleForCaseWhereInternalUserIsMe(): string fixRelatedPartyTypeField(tableName?: string, appliesTo?: string, entityType?: string, typeField?: string, responsibilityField?: string): void fixUsersWithBothExplicitRoles(chunkSize?: number): number fixUsersWithMultipleInternalExternalRoles(chunkSize?: number): number fixUsersWithMultipleInternalRoles(chunkSize?: number): number fixUsersWithOnlyInternalRole(chunkSize?: number): number migrateLocationDataToAccountAddress(customFields?: string[], account?: string, migrateChildAccountLocations?: boolean): void populateResponsibilitiesForServiceOrgMembers(): void tagUsersWithContainedInternalRoles(): void tagUsersWithIntentionalRoleAssignment(): void tagUsersWithUnintentionalRoleAssignment(): void updateConsumerRefOnProfile(profileTableName?: string, fromColumn?: string): void updateProfileRefOnConsumer(profileColumn?: string, profileTableName?: string): void updateProfileRefOnEntity(entityTableName?: string, profileColumn?: string, queryCondition?: string): void }