/** * @internal * Logs and Throws TypeError if given parameter is undefined or null * @param methodName - Name of the method that was passed the parameter * @param parameterName - Name of the parameter to check * @param parameterValue - Value of the parameter to check */ export declare function throwTypeErrorIfParameterMissing(methodName: string, parameterName: string, parameterValue: unknown): void; //# sourceMappingURL=error.d.ts.map