import * as x from 'x-value'; declare global { namespace Backit { interface APINamespaces { github: typeof API; } } } declare namespace API.GitHub { const exchangeAccessToken: import("../library/rpc.js").ProcedureDefinition; }>, x.ObjectType<{ token: x.RefinedType, "uuid", unknown, false>, "access token", unknown, false>; }>>; } export {};