export declare function isError(e: Record<string, any> | undefined): boolean;
