declare const scalarSchema: string;
declare const orderByInputName: string;
declare const orderByInputEnum: string;
declare const inputIntBetweenName: string;
declare const inputFloatBetweenName: string;
declare const inputDateTimeBetweenName: string;
declare const inputIntBetween: string;
declare const inputFloatBetween: string;
declare const inputDateTimeBetween: string;
export { inputDateTimeBetween, inputDateTimeBetweenName };
export { inputFloatBetween, inputFloatBetweenName };
export { inputIntBetween, inputIntBetweenName };
export { orderByInputEnum, orderByInputName };
export { scalarSchema };
