import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseEventConfigInput { value: object; key: string; eventId: string; isActive: boolean; } export declare class CreateEventConfigInput extends BaseEventConfigInput { } export declare class UpdateEventConfigInput extends BaseEventConfigInput { } export declare class EventConfigPaginationInput extends BasePaginationInput { } export declare class EventConfigConditionInput extends BaseConditionInput { } declare const EventConfigQueryInput_base: any; export declare class EventConfigQueryInput extends EventConfigQueryInput_base { } export {}; //# sourceMappingURL=event-config.input.d.ts.map