import { snowflake } from "../../global";
declare function getTokens(code: string, clientId: snowflake, clientSecret: string, redirectUri: string): Promise<{
    accessToken: string;
    refreshToken: string;
}>;
export { getTokens };
//# sourceMappingURL=getTokens.d.ts.map