/** * The utility class to verify method parameters */ export declare class ParameterValidationUtils { static checkParameter(isValid: boolean, errorMessage: string): void; }