export class PDKInvalidUrlError extends Error { constructor(message: any); } export class PDKIllegalArgumentError extends Error { constructor(message: any); } export class PDKIllegalQueryParameterError extends Error { constructor(message: any); } export class PDKTransformationError extends Error { constructor(message: any); }