import CustomError from '../../shared/exceptions/customError.js'; export default class InvalidCredentialIndexException extends CustomError { private index; constructor(index: string); }