import { OAuth } from "oauth"; import type { InternalOptions } from "../../types"; /** * Client supporting OAuth 1.x */ export declare function oAuth1Client(options: InternalOptions<"oauth">): OAuth;