export declare class VerifyError extends Error { readonly token?: import("@aimee-blue/ab-auth/lib/dependencies").IDecodeResult | undefined; constructor(message: string, token?: import("@aimee-blue/ab-auth/lib/dependencies").IDecodeResult | undefined); }