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