export interface SimulationBusinessPersonAttachmentApiDto {
    description?: string;
    file_id?: string;
    tag?: SimulationBusinessPersonAttachmentApiDto.TagEnum;
}
export declare namespace SimulationBusinessPersonAttachmentApiDto {
    const validTagEnum: readonly ["APPLICANT_SIGNATURE", "PERSON_NAME_CHANGE_CERTIFICATE", "PERSON_PURPORTING_TO_ACT_AUTHORISATION_LETTER", "PROOF_OF_ADDRESS", "SUPPORTIVE_OTHER"];
    type TagEnum = (typeof validTagEnum)[number] | 'UNKNOWN';
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=simulationBusinessPersonAttachmentApiDto.d.ts.map