import { BaseError } from "./base.js"; export declare class InvalidSignedPermit extends BaseError { name: string; constructor(reason: string); }