import { createAuthorizationUrl } from "./authorization-url.js";
import { createJwtAssertion } from "./jwt-assertion.js";
/**
 * Utility class providing authentication-related functionality for DocuSign
 * API integration.
 */
export declare class AuthUtils {
    static createAuthorizationUrl: typeof createAuthorizationUrl;
    static createJwtAssertion: typeof createJwtAssertion;
}
//# sourceMappingURL=index.d.ts.map