import { RfiResponseItemDto } from './rfiResponseItemDto';
export interface RfiResponseDto {
    questions?: Array<RfiResponseItemDto>;
}
export declare namespace RfiResponseDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=rfiResponseDto.d.ts.map