export declare function trimSlash(s: string): string; export declare function normalizeIssuer(u?: string): string; /** Safe, no-verify JWT payload decode (returns undefined on error). */ export declare function decodeJwtPayloadSafe(token?: string): Record | undefined;