import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { ScreeningQuestionTypeEnum } from "./ScreeningQuestionTypeEnum"; export declare const ScreeningQuestionType: core.serialization.Schema; export declare namespace ScreeningQuestionType { type Raw = ScreeningQuestionTypeEnum.Raw | string; }