declare function ClientAssertionJWT(privateKey: string, kid: string, payloadData: Record<string, any>): string;
export default ClientAssertionJWT;
