export default function GenerateJWT(Payload: any, signatureKey: string, expiry: string): string | null;
