import type { JWT, JWTOptions } from 'google-auth-library'; /** `new JWT(opts)` 와 동일. 첫 호출에서만 google-auth-library 를 로드한다. */ export declare function newJWT(opts: JWTOptions): JWT;