export declare class NotAuthorizedIssuer extends Error {
    constructor(issuer: string, role: string);
}
