import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseEventHistoryInput { note: string; } export declare class CreateEventHistoryInput extends BaseEventHistoryInput { } export declare class UpdateEventHistoryInput extends BaseEventHistoryInput { } export declare class EventHistoryPaginationInput extends BasePaginationInput { } export declare class EventHistoryConditionInput extends BaseConditionInput { } declare const EventHistoryQueryInput_base: any; export declare class EventHistoryQueryInput extends EventHistoryQueryInput_base { } export {}; //# sourceMappingURL=event-history.input.d.ts.map