/**
 * fastcomments
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 0.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface SetCommentTextResult
 */
export interface SetCommentTextResult {
    /**
     *
     * @type {boolean}
     * @memberof SetCommentTextResult
     */
    approved: boolean;
    /**
     *
     * @type {string}
     * @memberof SetCommentTextResult
     */
    commentHTML: string;
}
/**
 * Check if a given object implements the SetCommentTextResult interface.
 */
export declare function instanceOfSetCommentTextResult(value: object): value is SetCommentTextResult;
export declare function SetCommentTextResultFromJSON(json: any): SetCommentTextResult;
export declare function SetCommentTextResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): SetCommentTextResult;
export declare function SetCommentTextResultToJSON(json: any): SetCommentTextResult;
export declare function SetCommentTextResultToJSONTyped(value?: SetCommentTextResult | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SetCommentTextResult.d.ts.map