import { DEPLOYMENT_TYPES } from "./deployment-types";
export declare function findQuestion(question: string, deploymentType?: DEPLOYMENT_TYPES): Promise<string>;
