import { APIError } from "./APIError";
export declare class SignatureError extends APIError {
}
