import { OAuthAppAPIResponse } from "./OAuthAppAPIResponse"; export declare class OAuthAppAPI { createJwtProvider(json?: any): OAuthAppAPIResponse; createOAuthApp(json?: any): OAuthAppAPIResponse; setCheckACL(checkACL?: boolean): void; constructor(); }