import { CustomAuthError } from "./CustomAuthError.js"; export declare class InvalidConfigurationError extends CustomAuthError { constructor(error: string, message: string, correlationId?: string); } //# sourceMappingURL=InvalidConfigurationError.d.ts.map