import { ProjectionFilterInterface } from './interfaces/account-group.interface'; export declare class ProjectionFilter implements ProjectionFilterInterface { accounts: boolean; listingDistribution: boolean; listingSyncPro: boolean; associations: boolean; accountGroupExternalIdentifiers: boolean; socialUrls: boolean; hoursOfOperation: boolean; contactDetails: boolean; snapshotReports: boolean; legacyProductDetails: boolean; richData: boolean; status: boolean; napData: boolean; constructor(kwargs?: ProjectionFilterInterface); enableAll(): ProjectionFilter; }