export declare class EndpointNotSupportedError extends Error { statusCode: number; body: string; constructor(endpointName: string); }