/**
 * Replaces the entity with the specified value followed by an incrementing number
 */
export type DPIMethodConstant = {
    method: 'constant';
    /**
     * Value to be used for replacement
     * @example "NAME_REDACTED"
     */
    value: string;
};
//# sourceMappingURL=dpi-method-constant.d.ts.map