export declare class NotSupportedError extends Error { readonly name: string; constructor(message: string); }