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; //# sourceMappingURL=client-legacy.d.ts.map