import { SimulationRfiFollowupQuestionRequestDto } from './simulationRfiFollowupQuestionRequestDto';
export interface SimulationCreateFollowUpRfiRequestDto {
    questions?: Array<SimulationRfiFollowupQuestionRequestDto>;
}
export declare namespace SimulationCreateFollowUpRfiRequestDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=simulationCreateFollowUpRfiRequestDto.d.ts.map