import { ID_Output } from '../../enums'; export declare function userCreateCommentInputArgsValidator(args: Partial): Record; export interface UserCreateCommentInputArgs { subject: ID_Output; comment: string; }