interface jwtProps {
    name: string;
    key: string;
}
export declare const SessionJwt: jwtProps;
export declare const UserJwt: jwtProps;
export {};
