import { Handler } from "../../Request"; /** * Keys */ export declare const getKeys: () => { [key: string]: string; }; /** * Step 1: Authorize */ export declare const authorize: Handler; /** * Step 2: Callback fired after Authorize. Contains "code" QSP */ export declare const callback: Handler; //# sourceMappingURL=github.d.ts.map