export declare class SignTokenPayload {
    userId: string;
    sessionId: string;
    exp: number;
    jwtToken: string;
}
