import CustomError from '../Custom-error'; export declare class WizError extends CustomError { constructor(code: string, ...restArgs: string[]); }