import { DidResolutionError } from "./DidResolutionError.ts"; export declare class RepresentationNotSupportedError extends DidResolutionError { static code: string; constructor(message: string); } //# sourceMappingURL=RepresentationNotSupportedError.d.ts.map