import { Exception } from '@adonisjs/core/exceptions'; export declare class InvalidArgumentError extends Exception { static code: string; }