import type { DpiEntities } from './dpi-entities.js';
/**
 * Representation of the 'DpiEntityConfig' schema.
 */
export type DpiEntityConfig = {
    /**
     * Type of entity to be masked
     */
    type: DpiEntities;
};
//# sourceMappingURL=dpi-entity-config.d.ts.map