import { GetRecommendationsProps } from "@fast-simon/types";
export declare const InputValidator: {
    getRecommendations: (props: GetRecommendationsProps) => void;
};
