import { Static } from "@sinclair/typebox"; export declare const CommentPostBodySchema: import("@sinclair/typebox").TObject<{ account_id: import("@sinclair/typebox").TString; text: import("@sinclair/typebox").TString; }>; export type CommentPostBody = Static; export declare const commentPostBodyValidator: import("@sinclair/typebox/compiler").TypeCheck>; export declare const CommentPostResponseSchema: import("@sinclair/typebox").TObject<{ object: import("@sinclair/typebox").TLiteral<"CommentSent">; }>; export type CommentPostResponse = Static; /** */ export declare const CommentPostResponseValidator: import("@sinclair/typebox/compiler").TypeCheck; }>>;