import { VoltisoError } from './VoltisoError.js'; declare const VoltisoUtilError_base: typeof VoltisoError; export declare class VoltisoUtilError extends VoltisoUtilError_base { constructor(message?: string | undefined, options?: VoltisoError.Options | undefined); constructor(options: (VoltisoError.Options & { message?: string | undefined; }) | undefined); } export {}; //# sourceMappingURL=VoltisoUtilError.d.ts.map