import CustomError from '../../shared/exceptions/customError.js'; export declare class InvalidStatusListCredentialException extends CustomError { constructor(statusListCredential: string); }