/** * Error. */ export declare type ErrorBase = Record & { message?: string; }; //# sourceMappingURL=errorBase.d.ts.map