import type { JwtPayload } from './jsonwebtoken-type';
/**
 * @internal
 */
export declare function getIssuerSubdomain(decodedJwt: JwtPayload | undefined): string | undefined;
