import type { Answer, QuestionData } from "../types"; export declare const getSegmentationValue: (answer: Answer) => string; export declare const getSegmentationKey: (question: QuestionData) => string;