import { Options, Result } from "./types"; export declare function githubAppJwt({ id, privateKey, now, }: Options): Promise>;