/**
 * Parse a jwt token
 * @param token - jwt
 * @returns user id from jwt
 */
export declare const parseToken: (token: string) => string;
