import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseRewardCategoryInput { } export declare class CreateRewardCategoryInput extends BaseRewardCategoryInput { } export declare class RewardCategoryPaginationInput extends BasePaginationInput { } export declare class RewardCategoryConditionInput extends BaseConditionInput { } declare const RewardCategoryQueryInput_base: any; export declare class RewardCategoryQueryInput extends RewardCategoryQueryInput_base { } export {}; //# sourceMappingURL=reward-category.input.d.ts.map