export interface SimulationStorePhotoApiDto {
    file_id: string;
}
export declare namespace SimulationStorePhotoApiDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=simulationStorePhotoApiDto.d.ts.map