export declare class UnsupportedClientVersionException extends Error { version: string; constructor(version: string); static fromVersion(version: string): UnsupportedClientVersionException; }