import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseInterviewReviewCommentMentionInput { username: string; location: number; interviewReviewCommentId: number; jobseekerId: string; } export declare class CreateInterviewReviewCommentMentionInput extends BaseInterviewReviewCommentMentionInput { } export declare class UpdateInterviewReviewCommentMentionInput extends BaseInterviewReviewCommentMentionInput { id: string; } export declare class InterviewReviewCommentMentionPaginationInput extends BasePaginationInput { } export declare class InterviewReviewCommentMentionConditionInput extends BaseConditionInput { } declare const InterviewReviewCommentMentionQueryInput_base: any; export declare class InterviewReviewCommentMentionQueryInput extends InterviewReviewCommentMentionQueryInput_base { } export {}; //# sourceMappingURL=interview-review-comment-mention.input.d.ts.map