import type jsonwebtoken from 'jsonwebtoken'; export declare const registryAuth: { algo: jsonwebtoken.SignOptions['algorithm']; issuer: jsonwebtoken.SignOptions['issuer']; key: jsonwebtoken.Secret; pub: jsonwebtoken.Secret; kid: string; };