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