export declare class AutoWAError extends Error {
    constructor(message: string);
    static isAutoWAError(error: any): error is AutoWAError;
}
export declare class ValidationError extends Error {
    constructor(message: string);
    static isValidationError(error: any): error is ValidationError;
}
//# sourceMappingURL=index.d.ts.map