export interface Token { user: string; token: string; provider: string; } /** * Authenticate with the netlify app */ export declare const authWithNetlify: () => Promise; /** * Get a GitHub token */ export declare const getGitHubToken: () => Promise; //# sourceMappingURL=gh-auth.d.ts.map