import { Exception } from '@poppinss/utils';
export default class WrongArgumentTypeException extends Exception {
    static invoke(method: string): WrongArgumentTypeException;
}
