export declare class OAuthAppAPIResponse { constructor(); getID(): string; getMessage(): string; getStatus(): string; toString(): string; } //# sourceMappingURL=OAuthAppAPIResponse.d.ts.map