import type { DPIMethodConstant } from './dpi-method-constant.js';
/**
 * Representation of the 'DPICustomEntity' schema.
 */
export type DPICustomEntity = {
    /**
     * Regular expression to match the entity
     */
    regex: string;
    /**
     * Replacement strategy to be used for the entity
     */
    replacement_strategy: DPIMethodConstant;
};
//# sourceMappingURL=dpi-custom-entity.d.ts.map