/*! Copyright 2024 the gnablib contributors MPL-1.1 */
export declare class NotSupportedError extends SyntaxError {
    constructor(reason?: string);
    get name(): string;
    get [Symbol.toStringTag](): string;
}
