import { OAuthAppAPIResponse } from "./OAuthAppAPIResponse.js"; export declare class OAuthAppAPI { constructor(); createJwtProvider(json?: any): OAuthAppAPIResponse; createOAuthApp(json?: any): OAuthAppAPIResponse; setCheckACL(checkACL?: boolean): void; } //# sourceMappingURL=OAuthAppAPI.d.ts.map