import { VError } from './verror.js';
export declare class WError extends VError {
    constructor(...args: unknown[]);
    toString(): string;
}
