import { OAuth } from "oauth";
import type { InternalOptions } from "../../types";
/**
 * Client supporting OAuth 1.x
 */
export declare function oAuth1Client(options: InternalOptions<"oauth">): OAuth;
export declare const oAuth1TokenStore: Map<any, any>;
//# sourceMappingURL=client-legacy.d.ts.map