import { CliKintoneError } from "../../../utils/error"; export declare class ValidatorError extends CliKintoneError { constructor(cause: unknown); }