import Debug from "debug"; export declare class WeriftError extends Error { message: string; payload?: object; path?: string; constructor(props: Pick); toJSON(): { message: string; payload: any; path: string | undefined; }; } export declare const debug: Debug.Debug;