export declare const SIGNATURE_METHOD = "HMAC-SHA256";
export declare const OAUTH_VERSION = "1.0";
export declare function generateOAuthNonce(): string;
export declare function percentEncode(str: string): string;
//# sourceMappingURL=oauth.d.ts.map