import { type Auditor } from "@auditors/core";
export declare const auditParameterCustomizationByName: (parametersNames: string[]) => Auditor;
